Skip to content

friends_rewrite_mail_html

Alex Kirk edited this page May 11, 2024 · 11 revisions

Auto-generated Example

add_filter(
    'friends_rewrite_mail_html',
    function (
        $post,
        $args
    ) {
        // Your code here
        return $post;
    },
    10,
    2
);

Parameters

  • $post Other variable names: $message
  • $args

Files

apply_filters( 'friends_rewrite_mail_html', $args['post']->post_content, $args )
apply_filters( 'friends_rewrite_mail_html', $args['post']->post_content, $args )
apply_filters( 'friends_rewrite_mail_html', $args['message'], $args )

Hooks

Clone this wiki locally