Skip to content

activitypub_annual_stats_compiled

github-actions[bot] edited this page Mar 18, 2026 · 1 revision

Fires after annual statistics have been compiled for all users.

Auto-generated Example

/**
 * Fires after annual statistics have been compiled for all users.
 *
 * @param int $year 
 */
function my_activitypub_annual_stats_compiled_callback( int $year ) {
    // Your code here.
}
add_action( 'activitypub_annual_stats_compiled', 'my_activitypub_annual_stats_compiled_callback' );

Parameters

  • int $year The year of the compiled stats.

Files

\do_action( 'activitypub_annual_stats_compiled', $year )

← All Hooks

Users

Developers

Clone this wiki locally