2014-03-22, 06:25:41
Hi,
I have the p01-contact plugin and the MDL-newsletter plugin.
Now, i want to have a checkbox at the p01-contact form with which one can automatically apply to the newsletter managed by MDL-newsletter.
I'm coding right in the p01-contact plugin php file, no problemo
But how can I call the subscribe($banem $email, $confirm) function from MDL-Newsletter plugin (in the plugins/mdl-newsletter.php file) from within the plugin p01-contact (which is the /plugins/p01-contact/p01-contact.php)
Please tell me how I do that?
I guess it must me some kind of import or something.
Thank you
I have the p01-contact plugin and the MDL-newsletter plugin.
Now, i want to have a checkbox at the p01-contact form with which one can automatically apply to the newsletter managed by MDL-newsletter.
I'm coding right in the p01-contact plugin php file, no problemo
But how can I call the subscribe($banem $email, $confirm) function from MDL-Newsletter plugin (in the plugins/mdl-newsletter.php file) from within the plugin p01-contact (which is the /plugins/p01-contact/p01-contact.php)
Please tell me how I do that?
I guess it must me some kind of import or something.
Thank you