wpmetabox/text-limiter

Limit number of characters or words entered for text and textarea fields in meta boxes.

1.2.0 2024-03-14 04:08 UTC

This package is auto-updated.

Last update: 2024-04-14 04:20:31 UTC


README

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