-
Notifications
You must be signed in to change notification settings - Fork 19
friends_send_mail_subject
github-actions[bot] edited this page Jun 11, 2026
·
17 revisions
add_filter(
'friends_send_mail_subject',
function( $subject ) {
// Your code here.
return $subject;
}
);$subject
apply_filters( 'friends_send_mail_subject', $subject )