Guest User

Untitled

a guest
Jan 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $args = [
  2. 'post_title' => 'title',
  3. 'post_content' => 'content',
  4. 'post_status' => 'publish',
  5. ];
  6.  
  7. $id = wp_insert_post($args, true);
Add Comment
Please, Sign In to add comment