woocommerce_rest_prepare_note

woocommerce_rest_prepare_note

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

  • /src/Admin/API/Notes.php line 609
    		 * @param array            $data The original note.
    		 * @param WP_REST_Request  $request  Request used to generate the response.
    		 * @since 3.9.0
    		 */
    		return apply_filters( 'woocommerce_rest_prepare_note', $response, $data, $request );
    	}
    
    
    	/**
    	 * Track opened emails.
    	 *
    

See this hook used in plugins: