apply_filters( 'llms_certificate_sequential_id_format', array , LLMS_User_Certificate $certificate )
Filter certificate sequential id formatting settings.
Description Description
These settings are passed as arguments to str_pad()
.
Parameters Parameters
-
(array) Array of formatting settings.
- 'length'
(int) Number of characters for the ID. - 'character'
(string) Padding character. - 'type'
(int) String padding type. Expects a validpad_type
PHP constant: STR_PAD_RIGHT, STR_PAD_LEFT, or STR_PAD_BOTH.
- 'length'
- $certificate
-
(LLMS_User_Certificate) Instance of the certificate object.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |