Skip to content

activitypub_new_dm_email

github-actions[bot] edited this page Jul 23, 2025 · 8 revisions

Fires at the bottom of the new direct message emails.

Auto-generated Example

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

Parameters

  • array $args The template arguments.

Files

do_action( 'activitypub_new_dm_email', $args )

Hooks

Users

Developers

Clone this wiki locally