Filter: bricks/woocommerce/predefined_elements/remote_payload
Filters the remote WooCommerce predefined elements payload after Bricks decodes the response and before it validates/caches the payload.
Parameters
Section titled “Parameters”$remote_payload(array|mixed): Decoded remote payload data.
Example usage
Section titled “Example usage”add_filter( 'bricks/woocommerce/predefined_elements/remote_payload', function( $remote_payload ) { return $remote_payload;} );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Thanks for sharing feedback. We're using it to improve these docs.