-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_post_follow_form
github-actions[bot] edited this page Aug 1, 2025
·
6 revisions
Action to add custom content after the follow form.
/**
* Action to add custom content after the follow form.
*/
function my_activitypub_post_follow_form_callback() {
// Your code here.
}
add_action( 'activitypub_post_follow_form', 'my_activitypub_post_follow_form_callback' );
do_action( 'activitypub_post_follow_form' )
Follow @[email protected] for updates and news.