10up / simple-podcasting

A simple podcasting solution for WordPress.
https://wordpress.org/plugins/simple-podcasting/
GNU General Public License v2.0
185 stars 30 forks source link

Remove the registration of term meta because the meta processing is already performed when saving the term #225

Closed kmgalanakis closed 1 year ago

kmgalanakis commented 1 year ago

Description of the Change

Removes the term meta registration on init because it makes no difference since the term meta processing is also performed when saving the term.

Closes #218

Alternate Designs

No alternate designs.

Possible Drawbacks

No possible drawbacks that I can think of.

Verification Process

Checklist:

Changelog Entry

Removed - Unnecessary term meta registration on "init".

Credits

Props @cadic