Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wp-seopress/42da12955f3b60c5102757798e925f39 to your computer and use it in GitHub Desktop.
Save wp-seopress/42da12955f3b60c5102757798e925f39 to your computer and use it in GitHub Desktop.
Filter SEOPress Insights Dashboard widget capability
function sp_dashboard_rankings_widget_cap($cap){
//default: 'edit_dashboard' capability
return 'edit_posts';
}
add_filter('seopress_insights_dashboard_rankings_widget_cap','sp_dashboard_rankings_widget_cap');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment