Created
March 15, 2018 18:26
-
-
Save craigsimps/b273f8b9cc13d6453fa7c8f74ec6f7ff to your computer and use it in GitHub Desktop.
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 | |
/** | |
* Stop Genesis adding `header-*` classes to <body>. | |
* | |
* @since 1.0.0 | |
*/ | |
remove_filter( 'body_class', 'genesis_header_body_classes' ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment