woocommerce_system_status_tool_executed, $tool
woocommerce_system_status_tool_executed, $tool
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_system_status_tool_executed, $tool') is found 1 times:
- /includes/admin/class-wc-admin-status.php line 78
* Fires after a WooCommerce system status tool has been executed. * * @param array $tool Details about the tool that has been executed. */ do_action( 'woocommerce_system_status_tool_executed', $tool ); } else { $response = array( 'success' => false, 'message' => __( 'Tool does not exist.', 'woocommerce' ), ); }