# Advanced Term Fields: Locks

Easily lock categories, tags, and custom taxonomy terms.

**Advanced Term Fields: Locks** extends the Advanced Term Fields framework to give admins the ability to easily lock taxonomy terms from being edited or deleted by unauthorized users.

![term admin](assets/screenshot-1.jpg?raw=true "Term Locks!")

## Installation

##### From the WordPress.org plugin repository:

* 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.

##### From GitHub:

* Download the [latest stable version](https://github.com/dboutote/Advanced-Term-Fields-Locks/archive/master.zip).
* Extract the zip folder to your plugins directory.
* Activate in the "Plugins" area of your admin by clicking the "Activate" link.
* No further setup or configuration is necessary.

## Usage

This is an extension of the **Advanced Term Fields** framework.  To use, the Advanced Term Fields plugin must be installed on your project. You can find that plugin here:

* On WP: [Advanced Term Fields](https://wordpress.org/plugins/advanced-term-fields/)
* On GitHub: [Advanced Term Fields](https://github.com/dboutote/Advanced-Term-Fields)

Once you've installed and activated the _ATF_ and _ATF: Locks_ plugins, you should see a new form field in your edit tags screen:

![Form field on Add Tag form](assets/screenshot-2.jpg?raw=true "New form field")

## Frequently Asked Questions

#### Where can I find additional documentation?

The plugin's official page: http://darrinb.com/advanced-term-fields-locks

#### Does this plugin depend on any others?

Yes, this plugin is an extension of the **Advanced Term Fields** framework.  You'll need to install that plugin to handle all base functionality. You can find that plugin here:

* On WP: [Advanced Term Fields](https://wordpress.org/plugins/advanced-term-fields/)
* On GitHub: [Advanced Term Fields](https://github.com/dboutote/Advanced-Term-Fields)

#### Does this create/modify/destroy database tables?

This leverages the term meta capabilities added in WordPress 4.4.  No database modifications needed!

#### Are there other extensions?

Yep!  This is a list of all current extensions:

* [Advanced Term Fields: Colors](https://github.com/dboutote/Advanced-Term-Fields-Colors)
* [Advanced Term Fields: Icons](https://github.com/dboutote/Advanced-Term-Fields-Icons)
* [Advanced Term Fields: Featured Images](https://github.com/dboutote/Advanced-Term-Fields-Images)