WordPress.org

नेपाली

  • थिमहरू
  • प्लगिनहरू
  • समाचार
  • बारेमा
  • नेपालीमा वर्डप्रेस
  • टिम
  • वर्डप्रेस प्राप्त गर्नुहोस्
वर्डप्रेस प्राप्त गर्नुहोस्
WordPress.org

Plugin Directory

WP Term Locks

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Term Locks

John James Jacoby द्वारा
डाउनलोड गर्नुहोस्
  • विवरण
  • समीक्षाहरू
  • स्थापना
  • विकास
सहायता

विवरण

Prevent categories, tags, and other taxonomy terms from being edited or deleted

WP Term Locks allows administrators to lock taxonomy terms from being edited or deleted by other capable users

Also checkout

  • WP Chosen
  • WP Pretty Filters
  • WP Event Calendar
  • WP Media Categories
  • WP Term Order
  • WP Term Authors
  • WP Term Locks
  • WP Term Icons
  • WP Term Visibility
  • WP User Activity
  • WP User Avatars
  • WP User Groups
  • WP User Profiles

स्थापना

  • Download and install using the built in WordPress plugin installer.
  • Activate in the “Plugins” area of your admin by clicking the “Activate” link.
  • No further setup or configuration is necessary.

प्रश्नोत्तर

Does this create new database tables?

No. There are no new database tables with this plugin.

Does this modify existing database tables?

No. All of WordPress’s core database tables remain untouched.

How do I query for terms via their locks?

With WordPress’s get_terms() function, the same as usual, but with an additional meta_query argument according the WP_Meta_Query specification:
https://codex.wordpress.org/Class_Reference/WP_Meta_Query

$terms = get_terms( 'category', array(
    'depth'      => 1,
    'number'     => 100,
    'parent'     => 0,
    'hide_empty' => false,

    // Query by lock
    'meta_query' => array( array(
        'key'   => 'locks',
        'value' => ''
    ) )
) );
Where can I get support?
  • Basic: https://wordpress.org/support/plugin/wp-term-locks/
  • Priority: https://chat.flox.io/support/channels/wp-term-locks/
Where can I find documentation?

http://github.com/stuttter/wp-term-locks/

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

योगदानकर्ता र डेभलपरहरू

“WP Term Locks” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू
  • John James Jacoby
  • Stuttter

“WP Term Locks” 1 लोकेलमा अनुवाद गरिएको छ। योगदानको लागि अनुवादकहरूलाई धन्यवाद।

“WP Term Locks” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्

विकासमा रुचि छ?

आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।

चेन्जलग

1.0.1

  • Fix single-site capabilities check

1.0.0

  • Remove list-table override class
  • Bump minimum WordPress version to 4.7
  • Restructure files for improved mu-plugins support
  • Clean-up unused assets

0.2.0

  • Update base class

0.1.4

  • Update textdomain
  • Update headers & meta

0.1.3

  • Updated metadata UI class

0.1.1

  • Updated form field classes

0.1.0

  • Initial release

मेटा

  • Version 1.0.1
  • Last updated 9 वर्ष अघि
  • Active installations 10+
  • WordPress version 4.7 वा उच्च
  • Tested up to 4.8.25
  • Languages

    English (US) र Norwegian (Bokmål).

    आफ्नो भाषामा अनुवाद गर्नुहोस्

  • Tags
    lockmetametadatataxonomyterm
  • उन्नत दृश्य

रेटिङ्गहरू

No reviews have been submitted yet.

मेरो समीक्षा थप्नुहोस्

See all reviews

योगदानकर्ताहरू

  • John James Jacoby
  • Stuttter

सहायता

केही भन्नु छ? सहयोग चाहियो?

सहायता फोरम हेर्नुहोस्

दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

यो प्लगिनको लागि दान गर्नुहोस्

  • बारेमा
  • समाचार
  • होस्टिङ
  • गोपनीयता
  • सोकेस
  • थिमहरू
  • प्लगिनहरू
  • प्याटर्नहरू
  • लर्न
  • सहायता
  • डेभलपरहरू
  • WordPress.tv ↗
  • संलग्न हुनुहोस्
  • कार्यक्रमहरू
  • दान ↗
  • भविष्यको लागि पाँच
  • WordPress.com ↗
  • म्याट ↗
  • बिबिप्रेस ↗
  • बडीप्रेस ↗
WordPress.org
WordPress.org

नेपाली

  • हाम्रो X (पहिले ट्विटर) खातामा जानुहोस्
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • हाम्रो फेसबुक पेजमा जानुहोस्
  • हाम्रो इन्स्टाग्राम खातामा जानुहोस्
  • हाम्रो लिङ्क्डइन खातामा जानुहोस्
  • Visit our TikTok account
  • हाम्रो युट्युब च्यानलमा जानुहोस्
  • Visit our Tumblr account
कोड कविता हो।