item_schema

item_schema

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.3.4

apply_filters('item_schema') is found 1 times:

  • /src/RestApi/Routes/V4/AbstractController.php line 115
    			 *
    			 * @param array $schema The item schema.
    			 * @since 10.2.0
    			 */
    			$this->schema = apply_filters( $this->get_hook_prefix() . 'item_schema', $this->add_additional_fields_schema( $this->get_schema() ) );
    		}
    		return $this->schema;
    	}
    
    	/**
    	 * Get the item response.