woocommerce_system_status_tool_executed, $tool

woocommerce_system_status_tool_executed, $tool

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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' ),
    				);
    			}