Require & Limit Categories, Tags, Featured Image and taxonomies
by Puvox Software on WordPress.org
[ โ ๐๐๐๐๐๐ ๐๐๐๐๐๐๐ b๐ ๐ซ๐๐๐๐] Force dashboard users to select chosen fields during publishing

screenshot
[ โ ๐๐๐๐๐๐ ๐๐๐๐๐๐๐ b๐ ๐ซ๐๐๐๐] :
โข Revised for security to be reliable and free of vulnerability holes.
โข Efficient, not to add any extra load/slowness to site.
โข Donโt collect private data.
Plugin Description
Force dashboard users to select chosen fields during publishing. You can force users to insert/choose category, tag (or specific taxonomy) or Featured Image (a.k.a. thumbnails) when they publish any post.
You can also limit maximum allowed tags/categories to be chosen.
Programatical hooks:
- 
to change the
$argspassed to javascript handler:add_filter(โrtict_javascript_objectโ, โyour_funcโ);
function your_func($args) {
โฆ
} - 
to change the javascript handlerโs error-output callback, define this in global JS scope:
function rtict_error_handler(args) {
// โฆ console.log(args);
} 
Available Options
See all available options and their description on pluginโs settings page.