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.


Top ↑

Parameters Parameters

$starting_id

(int) The starting number.

$template_id

(int) WP_Post ID of the certificate template.


Top ↑

Source Source

File: includes/functions/llms.functions.certificate.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.