$pid=wp_insert_post(['post_title'=>$title,'post_content'=>$body,'post_status'=>'publish','post_type'=>'lx_confession','post_author'=>0]); if(is_wp_error($pid)){wp_send_json_error(['msg'=>'Something went wrong. Please try again.']);wp_die();}
Anonymous confessions from around the world. Read, relate, react.
$pid=wp_insert_post(['post_title'=>$title,'post_content'=>$body,'post_status'=>'publish','post_type'=>'lx_confession','post_author'=>0]); if(is_wp_error($pid)){wp_send_json_error(['msg'=>'Something went wrong. Please try again.']);wp_die();}
$pid=wp_insert_post(['post_title'=>$title,'post_content'=>$body,'post_status'=>'publish','post_type'=>'lx_confession','post_author'=>0,'post_date'=>current_time('mysql'),'post_date_gmt'=>current_time('mysql',1)]); if(is_wp_error($pid)){wp_send_json_error(['msg'=>'Something went wrong. Please try again.']);wp_die();}