@john.horning
If you’ve asked this before it’ll be in your history:
https://wordpress.org/support/profile/johnhorning-1
Do you mean you want to make changes to the “You have successfully subscribed” text? If so that’s in the API again, the ‘s2_subscribe_confirmed’ and ‘s2_unsubscribe_confirmed’ hooks.
Sorry for my (probably stupid) question. I also want to change the message of the confirmation email and have found the API. I think I understand that I have to change the code (by using ‘Editor’ for ‘Plugins’) But i cannot find the exact line.
In which file can I find the hook ‘s2_subscribe_confirmed’?
Thanks and sorry if this is a ‘dummies’ question
@leoatoa
You don’t change the code in Subscribe2 – any changes you make there would be lost on future updates. The API allows you to make changes by writing your own plugin and these adjustments are therefore preserved through updates.
If you are new to creating plugins then use Pluginception to make the creation of the files easy:
http://wordpress.org/plugins/pluginception/