learndash_notifications_meta_box_output( string $key, array $args, bool $echo = false, string $context = '', int|string|null $condition_key = null )
Output meta box input HTML.
Description #
Parameters #
- $key
-
(string) (Required) Setting key.
- $args
-
(array) (Required) Args array of metabox setting.
- $echo
-
(bool) (Optional) Whether to print the HTML instead of returning it.
Default value: false
- $context
-
(string) (Optional) Context the setting is output in.
Default value: ''
- $condition_key
-
(int|string|null) (Optional) Sequence number of the condition the setting belongs to, if any.
Default value: null
Return #
(string) String of HTML output.
Source #
Changelog #
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |