Can’t filter jetpack_publicize_capability
-
I’m trying to add the publicize capabilities to authors on a site. I have a function built that looks like this:
function pf_publicize_capability() { return 'edit_posts'; } add_filter( 'jetpack_publicize_capability', 'pf_publicize_capability' );
When I try to connect my author level user account to www.remarpro.com, it fails and provides the following message:
Jetpack: [scope] current_user_cannot
Any suggestions would be appreciated!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can’t filter jetpack_publicize_capability’ is closed to new replies.