Skip to content

Instantly share code, notes, and snippets.

@craigsimps
Created March 15, 2018 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save craigsimps/b273f8b9cc13d6453fa7c8f74ec6f7ff to your computer and use it in GitHub Desktop.
Save craigsimps/b273f8b9cc13d6453fa7c8f74ec6f7ff to your computer and use it in GitHub Desktop.
<?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