-
Notifications
You must be signed in to change notification settings - Fork 86
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.
add_action(
'activitypub_new_dm_email',
function ( array $args ) {
// Your code here
}
);-
array$argsThe template arguments.
do_action( 'activitypub_new_dm_email', $args )Follow @activitypub.blog@activitypub.blog for updates and news.