Creating a podcast show in the onboarding first step gives an "Invalid taxonomy" error.
PHP Warning: Use of undefined constant TAXONOMY_NAME - assumed 'TAXONOMY_NAME' (this will throw an Error in a future version of PHP) in /Users/******/public/wp-content/plugins/simple-podcasting/includes/create-podcast.php on line 128
Describe the bug
Creating a podcast show in the onboarding first step gives an "Invalid taxonomy" error.
It seems this issue is related to recent PR #238 in which we renamed Constant TAXONOMY_NAME to PODCASTING_TAXONOMY_NAME and need to update the constant to PODCASTING_TAXONOMY_NAME here. https://github.com/10up/simple-podcasting/blob/f67700410c4de5c447268cd3bbf4106716ed75ac/includes/create-podcast.php#L126-L129
Steps to Reproduce
simple_podcasting_onboarding
option tono
, if it is already in use on site.Screenshots, screen recording, code snippet
Environment information
No response
WordPress information
No response
Code of Conduct