<?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