learndash_status_bubble( string $status = 'incomplete', string $context = null, boolean $echo = true )
Gets or prints the LearnDash status bubble.
Contents
Description #
Output the status bubble of an element. Simplifies template logic.
Parameters #
- $status
-
(string) (Optional) The current item's status, either incomplete or complete.
Default value: 'incomplete'
- $context
-
(string) (Optional) The current context the bubble is being output, used for color management.
Default value: null
- $echo
-
(boolean) (Optional) True to print the output and false to return the output.
Default value: true
Return #
(void|string) Returns the status bubble markup if echo is false.
Source #
Changelog #
Version | Description |
---|---|
3.0.0 | Introduced. |