PHP Класс Pressbooks\Modules\ThemeOptions\ThemeOptions

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

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

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

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

__construct() публичный Метод

Constructor.
public __construct ( array $tabs )
$tabs array

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

Returns a filtered array of tabs that we should be loading.
static public getTabs ( )

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

Instantiate the class and add loadTabs() to the admin_init hook.
static public init ( )

loadTabs() публичный Метод

Register the settings on each tab, run upgrade() if needed.
public loadTabs ( )

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

Render the theme options page and load the appropriate tab.
static public render ( )