Require & Limit Categories, Taxonomies or Tags

plugin banner

Force dashboard users to select chosen fields during publishing

Author:Puvox.software (profile at wordpress.org)
WordPress version required:4.4
WordPress version tested:6.0.1
Plugin version:1.27
Added to WordPress repository:03-01-2019
Last updated:30-07-2022
Rating, %:100
Rated by:2
Plugin URI:https://puvox.software/software/wordpress-plu...
Total downloads:1 280
Active installs:50+
plugin download
Click to start download

[ ✅ ???????????????????????? ???????????????????????????? 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 $args passed 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.


Screenshots
FAQ
ChangeLog