Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Require & Limit Categories, Tags, Featured Image and taxonomies

Beschrijving

[ โœ… ๐’๐„๐‚๐”๐‘๐„ ๐๐‹๐”๐†๐ˆ๐๐’ 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.

Schermafbeeldingen

  • screenshot

Installatie

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

Beoordelingen

8 november 2021
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
Lees alle 2 beoordelingen

Bijdragers & ontwikkelaars

“Require & Limit Categories, Tags, Featured Image and taxonomies” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Changelog

1.0

  • First release.