Home / Admin / allow authors
Duplicate Snippet

Embed Snippet on Your Site

allow authors

Code Preview
php
<?php
add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'publish_posts'; } );

Comments

Add a Comment