Linux 软件免费装
Banner图

Meta Box Text Limiter

开发者 metabox
rilwis
更新时间 2024年3月14日 12:09
捐献地址: 去捐款
PHP版本: 5.9 及以上
WordPress版本: 6.4.3
版权: GPLv2 or later
版权网址: 版权信息

标签

custom fields meta box text limit

下载

1.0.1 1.0.3 1.0.4 1.1.0 1.1.1 1.1.2 1.1.3 1.0.2 1.2.0

详情介绍:

Text Limiter is an extension for Meta Box plugin which allows you to limit number of characters or words entered for text, textarea and WYSIWYG fields. Usage To start using text limiter, just add the following parameters to text, textarea or wysiwyg fields: 'limit' => 20, // Number of characters or words 'limit_type' => 'character', // Limit by 'character' or 'word'. Optional. Default is 'character' Plugin Links

安装:

You need to install Meta Box plugin first Install Meta Box Text Limiter extension To start using text limiter, just add the following parameters to text or textarea fields: 'limit' => 20, // Number of characters or words 'limit_type' => 'character', // Limit by 'character' or 'word'. Optional. Default is 'character'

更新日志:

1.2.0 - 2024-03-14 1.1.3 - 2021-04-24 1.1.2 - 2021-01-27 1.1.0 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0