PHP 클래스 RWMB_Loader

파일 보기 프로젝트 열기: rilwis/meta-box 1 사용 예제들

공개 메소드들

메소드 설명
get_path ( string $path = '' ) : array Get plugin base path and URL.
init ( ) Bootstrap the plugin.

보호된 메소드들

메소드 설명
constants ( ) Define plugin constants.

메소드 상세

constants() 보호된 메소드

Define plugin constants.
protected constants ( )

get_path() 공개 정적인 메소드

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

init() 공개 메소드

Bootstrap the plugin.
public init ( )