Ejemplo n.º 1
0
 /**
  * Delete form
  *
  * @param int $form_id
  * @since 1.0.0
  */
 public static function delete_form($form_id)
 {
     $form = new Questions_Form($form_id);
     $form->delete();
 }