Filter: bricks/woocommerce/dynamic_fragments/html
Filters rendered HTML for a single WooCommerce dynamic fragment.
Parameters
Section titled “Parameters”$html(string): Rendered fragment HTML.$target(array): The fragment target being rendered.$render_data(array): Bricks render data used for the fragment.
Example usage
Section titled “Example usage”add_filter( 'bricks/woocommerce/dynamic_fragments/html', function( $html, $target, $render_data ) { return $html;}, 10, 3 );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Please do not include passwords, license keys, or personal data. We store submitted notes to improve the docs.
Thanks for sharing feedback. We're using it to improve these docs.