Filter: bricks/woocommerce/dynamic_fragments/targets
Filters WooCommerce dynamic fragment targets before Bricks renders the fragments.
Parameters
Section titled “Parameters”$targets(array): Mounted fragment targets from the current page.
Example usage
Section titled “Example usage”add_filter( 'bricks/woocommerce/dynamic_fragments/targets', function( $targets ) { return $targets;} );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.