Simple 3 steps: 1. create post basic values array of data $my_post = array( ‘post_title’ => $_SESSION[‘booking-form-title’], ‘post_date’ => $_SESSION[‘cal_startdate’], […]
There are few simple steps to use ajax in wordpress: – ajax calling template/page file element (button / link) – […]