Skip to content

friends_send_mail_subject

Alex Kirk edited this page Oct 16, 2024 · 12 revisions

Auto-generated Example

add_filter(
    'friends_send_mail_subject',
    function ( $subject ) {
        // Your code here
        return $subject;
    }
);

Parameters

  • $subject

Files

apply_filters( 'friends_send_mail_subject', $subject )

Hooks

Clone this wiki locally