-
Notifications
You must be signed in to change notification settings - Fork 85
activitypub_stats_report_email
github-actions[bot] edited this page Mar 18, 2026
·
1 revision
Fires at the bottom of the stats report email.
/**
* Fires at the bottom of the stats report email.
*
* @param array $args
*/
function my_activitypub_stats_report_email_callback( array $args ) {
// Your code here.
}
add_action( 'activitypub_stats_report_email', 'my_activitypub_stats_report_email_callback' );-
array$argsThe stats data.
do_action( 'activitypub_stats_report_email', $args )Follow @activitypub.blog@activitypub.blog for updates and news.