Title: WP Term Locks
Author: John James Jacoby
Published: <strong>7 בינואר 2016</strong>
Last modified: 31 במרץ 2026

---

חיפוש תוספים

![](https://ps.w.org/wp-term-locks/assets/banner-772x250.png?rev=1326752)

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

![](https://ps.w.org/wp-term-locks/assets/icon-256x256.png?rev=1326745)

# WP Term Locks

 מאת [John James Jacoby](https://profiles.wordpress.org/johnjamesjacoby/)

[הורדה](https://downloads.wordpress.org/plugin/wp-term-locks.1.0.1.zip)

 * [פרטים](https://he.wordpress.org/plugins/wp-term-locks/#description)
 * [סקירות](https://he.wordpress.org/plugins/wp-term-locks/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/wp-term-locks/#installation)
 * [פיתוח](https://he.wordpress.org/plugins/wp-term-locks/#developers)

 [תמיכה](https://wordpress.org/support/plugin/wp-term-locks/)

## תיאור

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](https://wordpress.org/plugins/wp-chosen/)
 * [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/)
 * [WP Event Calendar](https://wordpress.org/plugins/wp-event-calendar/)
 * [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/)
 * [WP Term Order](https://wordpress.org/plugins/wp-term-order/)
 * [WP Term Authors](https://wordpress.org/plugins/wp-term-authors/)
 * [WP Term Locks](https://wordpress.org/plugins/wp-term-locks/)
 * [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/)
 * [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/)
 * [WP User Activity](https://wordpress.org/plugins/wp-user-activity/)
 * [WP User Avatars](https://wordpress.org/plugins/wp-user-avatars/)
 * [WP User Groups](https://wordpress.org/plugins/wp-user-groups/)
 * [WP User Profiles](https://wordpress.org/plugins/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/

## סקירות

There are no reviews for this plugin.

## מפתחים

"WP Term Locks" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ John James Jacoby ](https://profiles.wordpress.org/johnjamesjacoby/)
 *   [ Stuttter ](https://profiles.wordpress.org/stuttter/)

“WP Term Locks” תורגם לשפה 1. תודה רבה ל[מתרגמים](https://translate.wordpress.org/projects/wp-plugins/wp-term-locks/contributors)
על תרומתם.

[ניתן לתרגם את "WP Term Locks" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/wp-term-locks)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/wp-term-locks/), ראו את 
הקוד ב-[SVN repository](https://plugins.svn.wordpress.org/wp-term-locks/), או הירשמו
ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/wp-term-locks/) באמצעות [RSS](https://plugins.trac.wordpress.org/log/wp-term-locks/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 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

## מטא

 *  גרסה: **1.0.1**
 *  Last updated **לפני 2 חודשים**
 *  Active installations **10+**
 *  WordPress version ** 4.7 ומעלה **
 *  Tested up to **4.8.28**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/wp-term-locks/) ו[Norwegian (Bokmål)](https://nb.wordpress.org/plugins/wp-term-locks/).
 *  [תרגם לשפה שלך](https://translate.wordpress.org/projects/wp-plugins/wp-term-locks)
 * Tags
 * [lock](https://he.wordpress.org/plugins/tags/lock/)[meta](https://he.wordpress.org/plugins/tags/meta/)
   [metadata](https://he.wordpress.org/plugins/tags/metadata/)[taxonomy](https://he.wordpress.org/plugins/tags/taxonomy/)
   [term](https://he.wordpress.org/plugins/tags/term/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/wp-term-locks/advanced/)

## דרוגים

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-term-locks/reviews/#new-post)

[הצג הכל](https://wordpress.org/support/plugin/wp-term-locks/reviews/)

## תורמים

 *   [ John James Jacoby ](https://profiles.wordpress.org/johnjamesjacoby/)
 *   [ Stuttter ](https://profiles.wordpress.org/stuttter/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/wp-term-locks/)

## תרומה

האם ברצונך לקדם את התוסף הזה?

 [ לתרום לתוסף זה ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J)