PHP Класс Twitter\WordPress\PluginLoader

С версии: 1.0.0
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
adminInit ( ) : void Hook into actions and filters specific to a WordPress administrative view
compatibility ( ) : void Compatibility wrappers for popular plugins
getPluginDirectory ( ) : string Full path to the directory containing the Twitter for WordPress plugin files
getPluginMainFile ( ) : string Full path to the main file of the Twitter for WordPress plugin
init ( ) : void Bind to hooks and filters
loadTranslatedText ( ) : void Load translated strings for the current locale, if a translation exists
publicInit ( ) : void Register actions and filters shown in a non-admin context
registerScripts ( ) : void Register JavaScript during the enqueue scripts action
registerShortcodeHandlers ( ) : void Register shortcodes handlers and callbacks
widgetsInit ( ) : void Register widgets
wpHead ( ) : void Attach actions to the wp_head action

Описание методов

adminInit() публичный статический Метод

Hook into actions and filters specific to a WordPress administrative view
С версии: 1.0.0
public static adminInit ( ) : void
Результат void

compatibility() публичный статический Метод

Compatibility wrappers for popular plugins
С версии: 1.0.0
public static compatibility ( ) : void
Результат void

getPluginDirectory() публичный статический Метод

Full path to the directory containing the Twitter for WordPress plugin files
С версии: 1.0.0
public static getPluginDirectory ( ) : string
Результат string full directory path

getPluginMainFile() публичный статический Метод

Full path to the main file of the Twitter for WordPress plugin
С версии: 1.0.0
public static getPluginMainFile ( ) : string
Результат string full path to file

init() публичный статический Метод

Bind to hooks and filters
С версии: 1.0.0
public static init ( ) : void
Результат void

loadTranslatedText() публичный статический Метод

Load translated strings for the current locale, if a translation exists
С версии: 1.0.0
public static loadTranslatedText ( ) : void
Результат void

publicInit() публичный статический Метод

Register actions and filters shown in a non-admin context
С версии: 1.0.0
public static publicInit ( ) : void
Результат void

registerScripts() публичный статический Метод

Register JavaScript during the enqueue scripts action
С версии: 1.0.0
public static registerScripts ( ) : void
Результат void

registerShortcodeHandlers() публичный статический Метод

Register shortcodes handlers and callbacks
С версии: 1.0.0
public static registerShortcodeHandlers ( ) : void
Результат void

widgetsInit() публичный статический Метод

Register widgets
С версии: 1.0.0
public static widgetsInit ( ) : void
Результат void

wpHead() публичный статический Метод

Attach actions to the wp_head action
С версии: 1.0.0
public static wpHead ( ) : void
Результат void