Skip to content

Instantly share code, notes, and snippets.

@robertuniqid
Last active March 13, 2019 19:59
Show Gist options
  • Select an option

  • Save robertuniqid/5fa1317aa06a93cb0366b318c42871ce to your computer and use it in GitHub Desktop.

Select an option

Save robertuniqid/5fa1317aa06a93cb0366b318c42871ce to your computer and use it in GitHub Desktop.
WordPress - Allow All Users to do everything ( ignore capabilities )
<?php
add_filter( 'map_meta_cap', function( $args ) {
return [];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment