Skip to content

activitypub_new_follower_email

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

Fires at the bottom of the new follower email.

Auto-generated Example

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

Parameters

  • array $args The actor that followed the blog.

Files

do_action( 'activitypub_new_follower_email', $args )

← All Hooks

Users

Developers

Clone this wiki locally