-
Notifications
You must be signed in to change notification settings - Fork 20
friends_rewrite_mail_html
github-actions[bot] edited this page Mar 4, 2026
·
16 revisions
add_filter(
'friends_rewrite_mail_html',
function(
$post_content,
$args
) {
// Your code here.
return $post_content;
},
10,
2
);-
$post_contentOther variable names:$message $args
apply_filters( 'friends_rewrite_mail_html', $args['post']->post_content, $args )apply_filters( 'friends_rewrite_mail_html', $args['message'], $args )apply_filters( 'friends_rewrite_mail_html', $args['post']->post_content, $args )apply_filters( 'friends_rewrite_mail_html', $args['message'], $args )