WordPress.org

Plugin Directory

Require & Limit Categories, Tags, Featured Image and taxonomies

Require & Limit Categories, Tags, Featured Image and taxonomies

外掛說明

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

螢幕擷圖

  • screenshot

安裝方式

A) Enter your website “Admin Dashboard > Plugins > Add New” and enter the plugin name
or
B) Download plugin from WordPress.org , Extract the zip file and upload the container folder to “wp-content/plugins/”

常見問題集

使用者評論

2021 年 11 月 8 日
Does exactly what is needed. A few suggestions for improvements: Allow to do on only select content types (custom post types). Add the excerpt field requirement
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Require & Limit Categories, Tags, Featured Image and taxonomies〉的開發相關工作。

參與者

變更記錄

1.0

  • First release.