Skip to content

Instantly share code, notes, and snippets.

@jonbrockett
Last active June 10, 2021 13:42
Show Gist options
  • Save jonbrockett/69b6c7563fcf06fb802ad28f65e3264d to your computer and use it in GitHub Desktop.
Save jonbrockett/69b6c7563fcf06fb802ad28f65e3264d to your computer and use it in GitHub Desktop.
Remove User Role Editor Plugin's 'Other Roles' Field
<?php
/** Remove User Role Editor's other roles field */
add_filter( 'ure_show_additional_capabilities_section', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment