Метод | Описание | |
---|---|---|
__construct ( array $tabs ) | Constructor. | |
getTabs ( ) | Returns a filtered array of tabs that we should be loading. | |
init ( ) | Instantiate the class and add loadTabs() to the admin_init hook. | |
loadTabs ( ) | Register the settings on each tab, run upgrade() if needed. | |
render ( ) | Render the theme options page and load the appropriate tab. |
static public getTabs ( ) |
static public init ( ) |
public loadTabs ( ) |
static public render ( ) |