Action: bricks_meta_tags
Runs in the document head before wp_head(). Use it to output meta tags that should be controlled through the Bricks header template flow.
Example usage
Section titled “Example usage”add_action( 'bricks_meta_tags', function() { echo '<meta name="theme-color" content="#111111">';} );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.