PHP 클래스 Shortcode_Button_105

This ensures each version is loaded/checked.
부터: 1.0.0
저자: Justin Sternberg ([email protected])
파일 보기 프로젝트 열기: jtsternberg/Shortcode_Button

공개 메소드들

메소드 설명
__construct ( ) Starts the version checking process.
fire_hook ( ) Fires the shortcode_button_load action hook.
include_lib ( ) A final check if Shortcode_Button exists before kicking off our Shortcode_Button loading.

메소드 상세

__construct() 공개 메소드

Creates SHORTCODE_BUTTONS_LOADED definition for early detection by other scripts. Hooks Shortcode_Button inclusion to the shortcode_button_load hook on a high priority which decrements (increasing the priority) with each version release.
부터: 1.0.0
public __construct ( )

fire_hook() 공개 정적인 메소드

Fires the shortcode_button_load action hook.
부터: 1.0.0
public static fire_hook ( )

include_lib() 공개 메소드

SHORTCODE_BUTTONS_VERSION and SHORTCODE_BUTTONS_DIR constants are set at this point.
부터: 1.0.0
public include_lib ( )