-
Notifications
You must be signed in to change notification settings - Fork 81
activitypub_new_mention_email
github-actions[bot] edited this page Aug 7, 2025
·
5 revisions
Fires at the bottom of the new mention emails.
add_action(
'activitypub_new_mention_email',
function( array $args ) {
// Your code here.
}
);
-
array
$args
The template arguments.
do_action( 'activitypub_new_mention_email', $args )
Follow @[email protected] for updates and news.