From b076897b4bf876b7008ff1d844215f2fd74bee45 Mon Sep 17 00:00:00 2001 From: Nikhil Date: Mon, 17 Jun 2019 17:53:20 +0530 Subject: [PATCH] Improvement: Allow changing the permalinks for the header-footer templates (#162) --- admin/class-hfe-admin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/class-hfe-admin.php b/admin/class-hfe-admin.php index ce14e194..e6b515ce 100644 --- a/admin/class-hfe-admin.php +++ b/admin/class-hfe-admin.php @@ -77,7 +77,6 @@ public function header_footer_posttype() { $args = array( 'labels' => $labels, 'public' => true, - 'rewrite' => false, 'show_ui' => true, 'show_in_menu' => false, 'show_in_nav_menus' => false,