-
Notifications
You must be signed in to change notification settings - Fork 85
activitypub_create_post_outbox_items
github-actions[bot] edited this page Oct 6, 2025
·
1 revision
/**
* Callback function for the 'activitypub_create_post_outbox_items' filter.
*
* @param int $int
* @param int $int
* @return int The filtered value.
*/
function my_activitypub_create_post_outbox_items_callback( int $int, int $int ) {
// Your code here.
return $int;
}
add_filter( 'activitypub_create_post_outbox_items', 'my_activitypub_create_post_outbox_items_callback', 10, 2 );
-
int
$int
-
int
$int
\do_action( 'activitypub_create_post_outbox_items', 10, 0 )
\do_action( 'activitypub_create_post_outbox_items', 1, 0 )
\do_action( 'activitypub_create_post_outbox_items', 100, 1000 )
Follow @[email protected] for updates and news.