woocommerce_rest_prepare_themes

woocommerce_rest_prepare_themes

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_rest_prepare_themes') is found 1 times:

  • /src/Admin/API/Themes.php line 150
    		 * @param WP_REST_Response $response The response object.
    		 * @param array            $item     The original item.
    		 * @param WP_REST_Request  $request  Request used to generate the response.
    		 */
    		return apply_filters( 'woocommerce_rest_prepare_themes', $response, $item, $request );
    	}
    
    
    	/**
    	 * Get the schema, conforming to JSON Schema.
    	 *
    

See this hook used in plugins: