Skip to content

activitypub_update_comment_counts

github-actions[bot] edited this page Oct 6, 2025 · 1 revision

Auto-generated Example

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

Parameters

  • int $int
  • int $int

Files

\do_action( 'activitypub_update_comment_counts', 10, 0 )

← All Hooks

Users

Developers

Clone this wiki locally