コード例 #1
0
ファイル: form-builder.php プロジェクト: arkonisus/Questions
 /**
  * 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();
 }