Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('jnews_frontend_submit_create_post',function($arg){
- $arg['post_status']='publish';
- return $arg;
- });
- add_filter('jnews_frontend_submit_upload_video',function($arg){
- $arg['post_status']='publish';
- return $arg;
- });
Add Comment
Please, Sign In to add comment