woocommerce_system_status_tool_executed

woocommerce_system_status_tool_executed

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_system_status_tool_executed') is found 1 times:

  • /includes/admin/class-wc-admin-status.php line 73
    				 * 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' ),
    				);
    			}