Skip to content

Instantly share code, notes, and snippets.

@carmoreira
Created April 16, 2019 22:29
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 carmoreira/b919cc69ccea027e000bb34fc51c9108 to your computer and use it in GitHub Desktop.
Save carmoreira/b919cc69ccea027e000bb34fc51c9108 to your computer and use it in GitHub Desktop.
change capability in Interactive World Maps
add_filter( 'i_world_map_capability', 'my_custom_capability' );
function my_custom_capability() {
return 'manage_options';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment