From ea85726c30d5bf044f8fe83ab8a0ca80c79fdea2 Mon Sep 17 00:00:00 2001 From: Sergey Zakharchenko Date: Thu, 3 Feb 2022 20:13:20 +0200 Subject: [PATCH] Reverted with_front => false #833 --- php/classes/handlers/class-cpt-podcast-handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/classes/handlers/class-cpt-podcast-handler.php b/php/classes/handlers/class-cpt-podcast-handler.php index 010df3b5..9e36f7d5 100644 --- a/php/classes/handlers/class-cpt-podcast-handler.php +++ b/php/classes/handlers/class-cpt-podcast-handler.php @@ -88,7 +88,7 @@ protected function get_podcast_args() { 'show_in_nav_menus' => true, 'query_var' => true, 'can_export' => true, - 'rewrite' => array( 'slug' => $slug, 'feeds' => true, 'with_front' => false ), + 'rewrite' => array( 'slug' => $slug, 'feeds' => true ), 'capability_type' => 'post', 'has_archive' => true, 'hierarchical' => false,