-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_new_follower_email
github-actions[bot] edited this page Jul 29, 2025
·
8 revisions
Fires at the bottom of the new follower email.
add_action(
'activitypub_new_follower_email',
'my_activitypub_new_follower_email_callback'
);
function my_activitypub_new_follower_email_callback( array $args ) {
// Your code here.
}
-
array
$args
The actor that followed the blog.
do_action( 'activitypub_new_follower_email', $args )
Follow @[email protected] for updates and news.