Beispiel #1
0
 /**
  * Create form
  */
 public function create_form()
 {
     $fields = get_post_meta(get_the_ID());
     $volunteer = new API_Volunteer(get_the_ID());
     $volunteer->save();
     include CINDA_DIR . 'assets/views/volunteer/profile_data_table.php';
 }