Filter: bricks/dynamic_data/register_hook
Filters the WordPress action hook used to register Bricks dynamic data providers and tags.
Parameters
Section titled “Parameters”$hook(string): The action hook name. Defaults toinit.
Example usage
Section titled “Example usage”add_filter( 'bricks/dynamic_data/register_hook', function( $hook ) { // Register dynamic data on 'wp_loaded' instead of 'init' return 'wp_loaded';} );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.