Skip to content

Commit

Permalink
Fix PHP fatal error #404
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Oct 25, 2023
1 parent 8fcc919 commit c166c57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/classes/wp-maintenance-mode-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ public function insert_template() {

$post_arr = array(
'post_type' => 'page',
'post_status' => 'private',
'post_content' => $blocks,
'page_template' => 'templates/wpmm-page-template.php',
);
Expand Down

0 comments on commit c166c57

Please sign in to comment.