diff --git a/includes/Classes/AdminAjaxHandler.php b/includes/Classes/AdminAjaxHandler.php index f023c38..b3a640e 100644 --- a/includes/Classes/AdminAjaxHandler.php +++ b/includes/Classes/AdminAjaxHandler.php @@ -77,7 +77,6 @@ protected function createForm() $postTitle = sanitize_text_field($_REQUEST['post_title']); if (!$postTitle) { $postTitle = 'Blank Form'; - return; } $template = sanitize_text_field($_REQUEST['template']);