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().


Top ↑

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 valid pad_type PHP constant: STR_PAD_RIGHT, STR_PAD_LEFT, or STR_PAD_BOTH.

$certificate

(LLMS_User_Certificate) Instance of the certificate object.


Top ↑

Source Source

File: includes/models/model.llms.user.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.