Sorry no, I’m asking where abouts to insert that line of code that is mentioned in the FAQ.
It says ‘You can change the email subject with the ‘s2_email_subject’ filter.’ Just wondering what file to edit.
Sorry, another question
Where do I edit that code? This code:
function s2_subject_changes($subject) {
return “This is my preferred email subject”;
}
add_filter(‘s2_email_subject’, ‘s2_subject_changes’);