Filter: bricks/woo_setup_wizard/register_presets
Filters Woo setup wizard presets before Bricks registers them. Use it to add or override one-click setup JSON presets.
Parameters
Section titled “Parameters”$presets(array): Preset data grouped by area and preset ID.
Example usage
Section titled “Example usage”add_filter( 'bricks/woo_setup_wizard/register_presets', function( $presets ) { $presets['checkout']['my-preset'] = [ 'label' => 'My checkout preset', ];
return $presets;} );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.