$instance $instance : mixed Protected static variable to hold the single instance of the class. Type mixed — Default null
get_class_name() get_class_name() : \MainWP\Dashboard\__CLASS__ Get Class Name Returns \MainWP\Dashboard\__CLASS__
get_instance() get_instance() : mixed Return the single instance of the class. Returns mixed — $instance The single instance of the class.
init_left_menu() init_left_menu(array $subPages = array()) Instantiate left menu Settings Page & SubPage link data. Parameters array $subPages SubPages Array.
render_header() render_header(string $shownPage = '') Render Page Header. Parameters string $shownPage The page slug shown at this moment.
render_footer() render_footer(string $shownPage) Close the HTML container. Parameters string $shownPage The page slug shown at this moment.
handle_settings_post() handle_settings_post() : boolean Method handle_settings_post(). This class handles the $_POST of Settings Options. Returns boolean — True|False Posts On True.
get_websites_automatic_update_time() get_websites_automatic_update_time() : mixed Method get_websites_automatic_update_time() Get websites automatic update time. Returns mixed — array
show_openssl_lib_config() show_openssl_lib_config() : mixed Returns false or the location of the OpenSSL Lib File. Returns mixed — false|opensslLibLocation
is_local_window_config() is_local_window_config() : boolean Check MainWP Installation Hosting Type & System Type. To compatible. Returns boolean — true|false
generate_random_string() generate_random_string(integer $length = 8) : string Method generate_random_string() Generate a random string. Parameters integer $length Lenght of final string. Returns string — $randomString Random String.
mainwp_help_content() mainwp_help_content() Hook the section help content to the Help Sidebar element