woocommerce_debug_tools

woocommerce_debug_tools

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_debug_tools') is found 1 times:

  • /includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php line 231
    		if ( ! function_exists( 'wc_clear_template_cache' ) ) {
    			unset( $tools['clear_template_cache'] );
    		}
    
    		return apply_filters( 'woocommerce_debug_tools', $tools );
    	}
    
    	/**
    	 * Get a list of system status tools.
    	 *
    	 * @param WP_REST_Request $request Full details about the request.
    

See this hook used in plugins: