-
-
Save jchristopher/207b7e6b27dcfcae1ee3c4be251f3a1e to your computer and use it in GitHub Desktop.
This file contains 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 | |
// Limit Metrics data to those who can manage_options | |
add_filter( 'searchwp_metrics_capability', function( $capability ) { | |
return 'manage_options'; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment