woocommerce_api_query_args

Filter Hook: Remove fields from responses when requests specify certain fields note these are hooked at a later priority so data added via filters (e.g. customer data to the order response) still has the fields filtered properly

Source: includes/legacy/api/v2/class-wc-api-resource.php:229

Used by 1 function | Uses 0 functions

WC_API_Resource::maybe_add_meta()

Method: Add meta to resources when requested by the client. Meta is added as a top-level `_meta` attribute (e.g. `order_meta`) as a list of key/value pairs

Source: includes/legacy/api/v2/class-wc-api-resource.php:243

Used by 0 functions | Uses 0 functions