-
-
Save jpmarchand/fc14f4c638a422097834 to your computer and use it in GitHub Desktop.
Remove site description from Genesis-based site. Source: https://my.studiopress.com/snippets/header/#remove-site-description
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//* Remove site description in Genesis | |
remove_action( 'genesis_site_description', 'genesis_seo_site_description' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment