LLMS_Staging::get_menu_warning_bubble()
Retrieves the HTML for the “warning bubble” displayed in the admin menu when staging mode is active
Return Return
(string)
Source Source
File: includes/class-llms-staging.php
protected static function get_menu_warning_bubble() { return ' <span class="update-plugins">' . esc_html__( 'Staging', 'lifterlms' ) . '</span>'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.12.0 | Introduced. |