-
-
Save searchwpgists/3d90c947d619568d966129f7b957956c to your computer and use it in GitHub Desktop.
Allow Editors to manage SearchWP's settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Allow Editors to manage SearchWP's settings. | |
| add_filter( 'searchwp\settings\capability', function( $capability ) { | |
| return 'edit_others_posts'; | |
| } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment