Method | Description | |
---|---|---|
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 |
public static compatibility ( ) : void | ||
return | void |
public static getPluginDirectory ( ) : string | ||
return | string | full directory path |
public static getPluginMainFile ( ) : string | ||
return | string | full path to file |
public static loadTranslatedText ( ) : void | ||
return | void |
public static publicInit ( ) : void | ||
return | void |
public static registerScripts ( ) : void | ||
return | void |
public static registerShortcodeHandlers ( ) : void | ||
return | void |
public static widgetsInit ( ) : void | ||
return | void |