Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* adding roles who can acess the premium content */
- add_filter(
- 'jnews_paywall_unaffected_role_list',
- function ( $roles ) {
- $roles = array( 'administrator', 'editor' ,'author' ,'contributor' ); /* you can add other role by separate them with commas */
- return $roles;
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement