Add support for Birthday Emails to your plugin?
-
I wonder if you’d consider adding support for the Birthday Emails plugin to yours?
In class-haet-sender-plugin.php :
require HAET_MAIL_PATH . 'includes/class-haet-sender-plugin-birthday-emails.php';
and'birthday-emails' => array( 'name' => 'birthday-emails', 'file' => 'birthday-emails/birthday-emails.php', 'class' => 'Haet_Sender_Plugin_birthday_emails', 'display_name' => 'Birthday Emails' ),
and in class-haet-sender-plugin-birthday-emails.php :
public function __construct($mail) { if( !array_key_exists('cjl_bdemail', $_POST) ) throw new Haet_Different_Plugin_Exception(); } /** * get_plugin_default_options() * define plugin specific default options **/ public static function get_plugin_default_options(){ return array('template'=>true,'sender'=>false); }
Your consideration would be much appreciated.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add support for Birthday Emails to your plugin?’ is closed to new replies.