friends_rewrite_mail_html - akirk/friends GitHub Wiki
Auto-generated Example
add_filter(
'friends_rewrite_mail_html',
function(
$post_content,
$args
) {
// Your code here.
return $post_content;
},
10,
2
);
Parameters
$post_content 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 )
apply_filters( 'friends_rewrite_mail_html', $args['message'], $args )
← All Hooks