Skip to content

activitypub_new_dm_email

github-actions[bot] edited this page Aug 1, 2025 · 4 revisions

Fires at the bottom of the new direct message emails.

Auto-generated Example

/**
 * Fires at the bottom of the new direct message emails.
 *
 * @param array $args 
 */
function my_activitypub_new_dm_email_callback( array $args ) {
    // Your code here.
}
add_action( 'activitypub_new_dm_email', 'my_activitypub_new_dm_email_callback' );

Parameters

  • array $args The template arguments.

Files

do_action( 'activitypub_new_dm_email', $args )

← All Hooks

Users

Developers

Clone this wiki locally