Advertisement
GochiSiyan

direct publish

Dec 7th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. add_filter('jnews_frontend_submit_create_post',function($arg){
  2. $arg['post_status']='publish';
  3. return $arg;
  4. });
  5. add_filter('jnews_frontend_submit_upload_video',function($arg){
  6. $arg['post_status']='publish';
  7. return $arg;
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement