Skip to content

Instantly share code, notes, and snippets.

@JulioPotier
Created November 25, 2015 13:52
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 JulioPotier/9525143ebc1d90cf4cf4 to your computer and use it in GitHub Desktop.
Save JulioPotier/9525143ebc1d90cf4cf4 to your computer and use it in GitHub Desktop.
add_filter( 'pre_get_imagify_option_admin_bar_menu', 'imagify_admin_bar_for_admins' );
function imagify_admin_bar_for_admins() {
return current_user_can( 'manage_options' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment