Describe the bug
In plugin's main file, the constant TAXONOMY_NAME is defined
|
define( 'PODCASTING_URL', plugin_dir_url( __FILE__ ) ); |
|
define( 'TAXONOMY_NAME', 'podcasting_podcasts' ); |
It's used is several locations throughout the plugin to refer to the podcasting the taxonomy. As such a generic term, it's going to lead to a confict at some point, as suggested by these search results .
I suggest the constant be:
- deprecated
SimplePodcasting\TAXONOMY_NAME or SIMPLE_PODCASTING_TAXONOMY_NAME be used in it's place.
Steps to Reproduce
N/A
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct
Describe the bug
In plugin's main file, the constant
TAXONOMY_NAMEis definedsimple-podcasting/simple-podcasting.php
Lines 20 to 21 in a940466
It's used is several locations throughout the plugin to refer to the podcasting the taxonomy. As such a generic term, it's going to lead to a confict at some point, as suggested by these search results .
I suggest the constant be:
SimplePodcasting\TAXONOMY_NAMEorSIMPLE_PODCASTING_TAXONOMY_NAMEbe used in it's place.Steps to Reproduce
N/A
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct