Skip to content

Instantly share code, notes, and snippets.

@generatepress
Created August 28, 2015 06:20
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 generatepress/7dcd2b4c8c0746106528 to your computer and use it in GitHub Desktop.
Save generatepress/7dcd2b4c8c0746106528 to your computer and use it in GitHub Desktop.
Hide Generate Sections settings (minus the editor)
add_action('admin_head','generate_hide_sections_settings');
function generate_hide_sections_settings()
{ ?>
<style>
.generate_sections_control .grid-container {
display: none;
}
</style>
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment