-
Couldn't load subscription status.
- Fork 84
activitypub_rest_following_pre
github-actions[bot] edited this page Sep 10, 2025
·
10 revisions
Action triggered prior to the ActivityPub profile being created and sent to the client.
/**
* Action triggered prior to the ActivityPub profile being created and sent to the client.
* @return mixed The filtered value.
*/
function my_activitypub_rest_following_pre_callback() {
// Your code here.
}
add_filter( 'activitypub_rest_following_pre', 'my_activitypub_rest_following_pre_callback' );\do_action( 'activitypub_rest_following_pre' )Follow @[email protected] for updates and news.