Skip to content

activitypub_new_mention_email

github-actions[bot] edited this page Jul 30, 2025 · 3 revisions

Fires at the bottom of the new mention emails.

Auto-generated Example

function my_activitypub_new_mention_email_callback( array $args ) {
    // Your code here.
}
add_action( 'activitypub_new_mention_email', 'my_activitypub_new_mention_email_callback' );

Parameters

  • array $args The template arguments.

Files

do_action( 'activitypub_new_mention_email', $args )

← All Hooks

Users

Developers

Clone this wiki locally