Advertisement
hendrajeg

Frontend without review

Jun 29th, 2022
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 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