PHP 클래스 Twitter\WordPress\PluginLoader

부터: 1.0.0
파일 보기 프로젝트 열기: twitter/wordpress 1 사용 예제들

공개 메소드들

메소드 설명
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