woocommerce_system_status_report

woocommerce_system_status_report

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

do_action('woocommerce_system_status_report') is found 1 times:

  • /includes/admin/views/html-admin-page-status-report.php line 1110
    	 * @since 9.8.0 Made SSR report data available to callbacks.
    	 *
    	 * @param array|WP_Error $report Report data.
    	 */
    	do_action( 'woocommerce_system_status_report', $report );
    ?>
    
    <table class="wc_status_table widefat" cellspacing="0">
    	<thead>
    	<tr>
    		<th colspan="3" data-export-label="Status report information"><h2><?php esc_html_e( 'Status report information', 'woocommerce' ); ?><?php echo wc_help_tip( esc_html__( 'This section shows information about this status report.', 'woocommerce' ) ); ?></h2></th>
    

See this hook used in plugins: