PHP Класс Shortcode_Button_105

This ensures each version is loaded/checked.
С версии: 1.0.0
Автор: Justin Sternberg ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 ( )