PUM_Admin_Extend::append_count_to_menu_item()
Contents
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">
Expand full source code Collapse full source code View on Trac