PHP Class RWMB_Loader

Afficher le fichier Open project: rilwis/meta-box Class Usage Examples

Méthodes publiques

Méthode Description
get_path ( string $path = '' ) : array Get plugin base path and URL.
init ( ) Bootstrap the plugin.

Méthodes protégées

Méthode Description
constants ( ) Define plugin constants.

Method Details

constants() protected méthode

Define plugin constants.
protected constants ( )

get_path() public static méthode

The method is static and can be used in extensions.
public static get_path ( string $path = '' ) : array
$path string Base folder path
Résultat array Path and URL.

init() public méthode

Bootstrap the plugin.
public init ( )