Skip to content

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.

add_action( 'bricks_meta_tags', function() {
echo '<meta name="theme-color" content="#111111">';
} );