-
Notifications
You must be signed in to change notification settings - Fork 16
friends_send_mail_subject
Alex Kirk edited this page Oct 16, 2024
·
12 revisions
add_filter(
'friends_send_mail_subject',
function ( $subject ) {
// Your code here
return $subject;
}
);
$subject
apply_filters( 'friends_send_mail_subject', $subject )