PUM_Modules_Admin_Bar::show_debug_bar()

Renders the admin debug bar when PUM Debug is enabled.


Description Description


Source Source

File: includes/modules/admin-bar.php

	public static function show_debug_bar() {
		if ( self::should_render() && Popup_Maker::debug_mode() ) {
			show_admin_bar( true );
		}
	}


Top ↑

User Contributed Notes User Contributed Notes

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