Skip to content

Meta Box Extension: Add option to limit text/textarea fields by characters / words

Notifications You must be signed in to change notification settings

d2roth/text-limiter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and textarea fields.

Usage

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'

Plugin Links

About

Meta Box Extension: Add option to limit text/textarea fields by characters / words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 68.5%
  • JavaScript 28.5%
  • CSS 3.0%