-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_send_activity
github-actions[bot] edited this page Jul 30, 2025
·
13 revisions
function my_activitypub_send_activity_callback( $ID, self::$batch_size, $get_post_meta_phpcs_ignore ) {
// Your code here.
return $ID;
}
add_filter( 'activitypub_send_activity', 'my_activitypub_send_activity_callback', 10, 3 );$IDself::$batch_size$get_post_meta_phpcs_ignore
\do_action(
'activitypub_send_activity',
$outbox_item->ID,
self::$batch_size,
\get_post_meta( $outbox_item->ID, '_activitypub_outbox_offset', true ) ?: 0 // phpcs:ignore
)Follow @[email protected] for updates and news.