llms_maybe_define_constant( string $name, mixed $value )
Define a constant if it’s not already defined
Parameters Parameters
- $name
-
(string) (Required) Constant name.
- $value
-
(mixed) (Required) Constant values.
Return Return
(void)
Source Source
File: includes/llms.functions.core.php
1127 1128 1129 1130 1131 | * @param array $user_ids Optional. Indexed array of WordPress User IDs. Default is empty array . * @param string $template Optional. A template to customize the way the results look. Default is empty string. * %1 $s = student name * %2 $s = student email. * @ return array |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |