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)


Top ↑

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>';
	}


Top ↑

Changelog Changelog

Changelog
Version Description
4.12.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.