PUM_Admin_Extend::append_count_to_menu_item()


Description Description


Source Source

File: classes/Admin/Extend.php

	 */
	public static function available_extensions() {
		$json_data = file_get_contents( Popup_Maker::$DIR . 'includes/extension-list.json' );

		return json_decode( $json_data, true );
	}

	/**
	 * Support Page
	 *
	 * Renders the support page contents.
	 */
	public static function page() {
		?>
		<div class="wrap">

Top ↑

User Contributed Notes User Contributed Notes

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