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