Skip to content

Instantly share code, notes, and snippets.

@SiR-DanieL
Last active August 29, 2016 21:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SiR-DanieL/7fab36c684324685c757ea69af6c100c to your computer and use it in GitHub Desktop.
Save SiR-DanieL/7fab36c684324685c757ea69af6c100c to your computer and use it in GitHub Desktop.
add_action( 'init', 'remove_jpcf_nonadmin' );
function remove_jpcf_nonadmin() {
if ( ! current_user_can( 'manage_woocommerce' ) ) {
remove_action( 'media_buttons', 'grunion_media_button', 999 );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment