Require & Limit Categories, Tags, Featured Image and taxonomies

Require & Limit Categories, Tags, Featured Image and taxonomies Install Statistics

-11
0%
Today: 0 Yesterday: 11 All-time: 1,280 downloads
Require & Limit Categories, Tags, Featured Image and taxonomies Icon

Try plugin: Require & Limit Categories, Tags, Featured Image and taxonomies

We'll create fresh WordPress site with Require & Limit Categories, Tags, Featured Image and taxonomies installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Require & Limit Categories, Tags, Featured Image and taxonomies

[ ✅ 𝐒𝐄𝐂𝐔𝐑𝐄 𝐏𝐋𝐔𝐆𝐈𝐍𝐒 b𝓎 𝒫𝓊𝓋𝑜𝓍] Force dashboard users to select chosen fields during publishing

2


0


0


0


0

updated: 2 years ago
since: 5 years ago
author: Puvox.software

Description

[ ✅ 𝐒𝐄𝐂𝐔𝐑𝐄 𝐏𝐋𝐔𝐆𝐈𝐍𝐒 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.