-
Couldn't load subscription status.
- Fork 84
activitypub_new_mention_email
github-actions[bot] edited this page Aug 18, 2025
·
8 revisions
Fires at the bottom of the new mention emails.
/**
* Fires at the bottom of the new mention emails.
*
* @param array $args
*/
function my_activitypub_new_mention_email_callback( array $args ) {
// Your code here.
}
add_action( 'activitypub_new_mention_email', 'my_activitypub_new_mention_email_callback' );-
array$argsThe template arguments.
do_action( 'activitypub_new_mention_email', $args )Follow @[email protected] for updates and news.