Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('jnews_frontend_submit_create_post',function ($args) {
- if ( get_user_option( 'jpw_subscribe_status', get_current_user_id() ) === 'ACTIVE' ) {
- throw new Exception('Subscriber can not create post!');
- }
- return $args;
- },99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement