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