Skip to content

activitypub_new_mention_email

github-actions[bot] edited this page Aug 7, 2025 · 5 revisions

Fires at the bottom of the new mention emails.

Auto-generated Example

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

Parameters

  • array $args The template arguments.

Files

do_action( 'activitypub_new_mention_email', $args )

← All Hooks

Users

Developers

Clone this wiki locally