Skip to content

Instantly share code, notes, and snippets.

@danieliser
Last active June 3, 2016 23:56
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 danieliser/80d22eeb725bdb4de639 to your computer and use it in GitHub Desktop.
Save danieliser/80d22eeb725bdb4de639 to your computer and use it in GitHub Desktop.
<?php
// Copy everything below here to your functions.php file.
add_filter('emodal_admin_submenu_themes_capability', 'fix_my_emodal_theme_menu');
function emodal_admin_submenu_themes_capability($capability) {
return 'edit_posts';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment