Code-Snippets-Functions/Execute a function on a child site/Astra/disable-primary-header.txt

3 lines
79 B
Text

<?php
remove_action( 'astra_masthead', 'astra_masthead_primary_template' );
?>