Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created October 25, 2015 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reasonstousegenesis/a383cc5860f0ae81b765 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/a383cc5860f0ae81b765 to your computer and use it in GitHub Desktop.
Check if the customizer is currently in use with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Check if the customizer is currently in use with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-is-customizer/
*/
if ( genesis_is_customizer() )
add_filter( 'genesis_site_layout', '__genesis_return_full_width_content' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment