跳至内容
  • 登录
  • 注册
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 消息
  • 支持
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress

插件

  • 我的收藏
  • Beta测试
  • 开发者

该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过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
  • 最后更新:6年前
  • 有效安装数量:20+
  • WordPress版本: 4.7 或更高版本
  • 最高兼容版本:4.8.21
  • 语言:

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

    翻译成您的语言

  • 标签:
    lockmetametadatataxonomyterm
  • 高级视图

评级

此插件尚未被评级。

登录以提交评价。

贡献者

  • John James Jacoby
  • Stuttter

支持

有话要说吗?是否需要帮助?

查看支持论坛

捐助

您愿意支持这个插件的发展吗?

捐助此插件

  • 关于
  • 消息
  • 主机
  • 捐助
  • Swag
  • 文档
  • 开发者
  • 参与
  • 学习
  • 展示站点
  • 插件
  • 主题
  • 区块样板
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • 隐私
  • Public Code
WordPress.org
WordPress.org

China 简体中文

  • 访问我们的 Facebook 公共主页
  • 关注我们的 Twitter 账号
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
代码如诗