Skip to content

activitypub_post_follow_form

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

Action to add custom content after the follow form.

Auto-generated Example

/**
 * 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' );

Files

do_action( 'activitypub_post_follow_form' )

← All Hooks

Users

Developers

Clone this wiki locally