apply_filters( 'llms_has_legacy_certificates', boolean $has_legacy_certificates )

Short-circuits the legacy certificates check preventing a database call.


Description Description

This can be used to force-enable or force-disable legacy certificate settings regardless of the value found in the database option.


Top ↑

Parameters Parameters

$has_legacy_certificates

(boolean) Return true to force legacy certificate settings on and false to force them off.


Top ↑

Source Source

File: includes/admin/settings/class.llms.settings.engagements.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.