There was an error while loading. Please reload this page.
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
$args
do_action( 'activitypub_stats_report_email', $args )
← All Hooks