Add description to custom taxonomy admin metabox
Looking at the files that create the metabox, there isn’t anything to really hook into that will allow us to add the description so we’ll need to use jQuery. Since the script is extremely small, I’ve opted not to put it into an external file but instead use the admin_footer hook: /** * Prepend taxonomy … Read more