Filter: bricks/dynamic_data/register_providers
Filters the dynamic data providers registered by Bricks. Use it to add, remove, or reorder provider keys before Bricks registers them.
Parameters
Section titled “Parameters”$providers(array): Provider keys such as cmb2, wp, woo, acf, pods, metabox, toolset, and jetengine.
Example usage
Section titled “Example usage”add_filter( 'bricks/dynamic_data/register_providers', function( $providers ) { $providers[] = 'my_provider';
return $providers;} );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.