WordPress.org

Tagalog

  • Themes
  • Plugins
  • Mga Balita
  • Suporta
  • Tungkol Sa
  • Mag-translate
  • Makipagkita
  • Makipag-uganayan
  • Taga-pangangasiwa
  • WPUGPH
  • Get WordPress
Get WordPress
WordPress.org

Plugin Directory

WP Term Locks

  • Mag-submit ng plugin
  • Aking mga paborito
  • Mag-log in
  • Mag-submit ng plugin
  • Aking mga paborito
  • Mag-log in

Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

WP Term Locks

Ni John James Jacoby
I-download
  • Mga Detalye
  • Mga Review
  • Pag-install
  • Development
Suporta

Deskripsyon

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

Pag-install

  • 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.

FAQ

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/

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “WP Term Locks” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor
  • John James Jacoby
  • Stuttter

Ang “WP Term Locks” ay naisalin na sa 1 (na) locale. Salamat sa mga tagasalin para sa kanilang mga kontribusyon.

Isalin ang “WP Term Locks” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

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

Meta

  • Bersyon 1.0.1
  • Huling na-update 9 taon ang nakalipas
  • Mga aktibong installation 10+
  • Bersyon ng WordPress 4.7 o mas bago
  • Sinubukan hanggang 4.8.27
  • Mga Wika

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

    Isalin sa iyong wika

  • Mga Tag
    lockmetametadatataxonomyterm
  • Advanced View

Mga Rating

No reviews have been submitted yet.

Idagdag ang aking pagsusuri

Tingnan lahat ng review

Mga Contributor

  • John James Jacoby
  • Stuttter

Suporta

May gusto kang sabihin? Kailangan ng tulong?

Tingnan ang support forum

Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

Mag-donate sa plugin na ito

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Tagalog

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Ang Code ay Tula.