このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

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/”

FAQ

評価

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 はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Require & Limit Categories, Tags, Featured Image and taxonomies” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • First release.