Skip to content

activitypub_post_follow_form

github-actions[bot] edited this page Aug 7, 2025 · 6 revisions

Action to add custom content after the follow form.

Auto-generated Example

add_action(
   'activitypub_post_follow_form',
    function() {
        // Your code here.
    }
);

Files

do_action( 'activitypub_post_follow_form' )

← All Hooks

Users

Developers

Clone this wiki locally