apply_filters( 'llms_certificate_sequential_id_starting_number', int $starting_id , int $template_id )
Determines the default starting number for the a certificate’s sequential ID.
Description Description
The returned number must be an absolute integer (zero included). The returned value will be passed through absint()
to sanitize the filtered value.
Parameters Parameters
- $starting_id
-
(int) The starting number.
- $template_id
-
(int) WP_Post ID of the certificate template.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |