You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Aug 18, 2025
·
8 revisions
Fires at the bottom of the new follower email.
Auto-generated Example
/** * Fires at the bottom of the new follower email. * * @param array $args */functionmy_activitypub_new_follower_email_callback( array$args ) {
// Your code here.
}
add_action( 'activitypub_new_follower_email', 'my_activitypub_new_follower_email_callback' );