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