From e97c5c65d2c5341ecd2f9d3a50361d2f2f1ebdbb Mon Sep 17 00:00:00 2001 From: Konstantinos Galanakis Date: Mon, 14 Aug 2023 11:19:26 +0300 Subject: [PATCH] Fix missed constant renaming --- includes/create-podcast.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/create-podcast.php b/includes/create-podcast.php index c8e1cebf..2ec29484 100644 --- a/includes/create-podcast.php +++ b/includes/create-podcast.php @@ -125,7 +125,7 @@ public function save_podcast_fields() { $result = wp_insert_term( $this->podcast_name, - TAXONOMY_NAME + PODCASTING_TAXONOMY_NAME ); if ( is_wp_error( $result ) ) {