MCI_Footnotes_Layout_Init
Handles the Settings interface of the Plugin.
Tags
Table of Contents
- C_STR_MAIN_MENU_SLUG = "mfmmf"
- Slug for the Plugin main menu.
- C_STR_MAIN_MENU_TITLE = "ManFisher"
- Plugin main menu name.
- $a_arr_SubPageClasses : array<string|int, mixed>
- __construct() : mixed
- Class Constructor. Initializes all WordPress hooks for the Plugin Settings.
- displayOtherPlugins() : mixed
- Displays other Plugins from the developers.
- getPluginMetaInformation() : mixed
- AJAX call. returns a JSON string containing meta information about a specific WordPress Plugin.
- initializeSettings() : mixed
- Initializes all sub pages and registers the settings.
- registerMainMenu() : mixed
- Registers the new main menu for the WordPress dashboard.
- registerSubPages() : mixed
- Registers all SubPages for this Plugin.
Constants
C_STR_MAIN_MENU_SLUG
Slug for the Plugin main menu.
public
string
C_STR_MAIN_MENU_SLUG
= "mfmmf"
Tags
C_STR_MAIN_MENU_TITLE
Plugin main menu name.
public
string
C_STR_MAIN_MENU_TITLE
= "ManFisher"
Tags
Properties
$a_arr_SubPageClasses
private
array<string|int, mixed>
$a_arr_SubPageClasses
= array()
Tags
Methods
__construct()
Class Constructor. Initializes all WordPress hooks for the Plugin Settings.
public
__construct() : mixed
Tags
Return values
mixed —displayOtherPlugins()
Displays other Plugins from the developers.
public
displayOtherPlugins() : mixed
Tags
Return values
mixed —getPluginMetaInformation()
AJAX call. returns a JSON string containing meta information about a specific WordPress Plugin.
public
getPluginMetaInformation() : mixed
Tags
Return values
mixed —initializeSettings()
Initializes all sub pages and registers the settings.
public
initializeSettings() : mixed
Tags
Return values
mixed —registerMainMenu()
Registers the new main menu for the WordPress dashboard.
public
registerMainMenu() : mixed
Registers all sub menu pages for the new main menu.
Tags
Return values
mixed —registerSubPages()
Registers all SubPages for this Plugin.
private
registerSubPages() : mixed