library text-limiter
Limit number of characters or words entered for text and textarea fields in meta boxes.
wpmetabox/text-limiter
Limit number of characters or words entered for text and textarea fields in meta boxes.
- Tuesday, July 24, 2018
- by rilwis
- Repository
- 2 Watchers
- 2 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 4 Forks
- 2 Open issues
- 1 Versions
- 0 % Grown
Meta Box Text Limiter Plugin
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., (*1)
Usage
To start using text limiter, just add the following parameters to text
, textarea
, or wysiwyg
fields:, (*2)
'limit' => 20, // Number of characters or words
'limit_type' => 'character', // Limit by 'character' or 'word'. Optional. Default is 'character'
Plugin Links