Created
March 18, 2025 09:21
-
-
Save wp-seopress/42da12955f3b60c5102757798e925f39 to your computer and use it in GitHub Desktop.
Filter SEOPress Insights Dashboard widget capability
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
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