Méthode | Description | |
---|---|---|
__construct ( ) | Constructor, add hooks | |
force_load_first ( array $plugins = null ) : array | Forces our plugin to be loaded first. This is to ensure that plugins that use the framework have access to this class from almost anywhere | |
load_text_domain ( ) : void | Load plugin translations | |
plugin_links ( array $plugin_meta, string $plugin_file ) : array | Adds links to the docs and GitHub | |
trigger_option_creation ( ) : void | Trigger the creation of the options |
public force_load_first ( array $plugins = null ) : array | ||
$plugins | array | List of plugins loaded. |
Résultat | array | Modified list of plugins. |
public load_text_domain ( ) : void | ||
Résultat | void |
public trigger_option_creation ( ) : void | ||
Résultat | void |