-
Notifications
You must be signed in to change notification settings - Fork 86
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.
/**
* 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' );-
int$yearThe year of the compiled stats.
\do_action( 'activitypub_annual_stats_compiled', $year )Follow @activitypub.blog@activitypub.blog for updates and news.