PHP 클래스 Admin_Apple_Settings, apple-news

상속: extends Apple_News
파일 보기 프로젝트 열기: alleyinteractive/apple-news 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor.
fetch_settings ( ) Creates a new \Apple_Exporter\Settings instance and loads it with WordPress' saved settings.
page_options_render ( ) Options page render.
register_assets ( string $hook ) Register assets for the options page.
register_sections ( ) Load exporter settings and register them.
setup_options_page ( ) Options page setup.

비공개 메소드들

메소드 설명
add_section ( $section ) Add a settings section.
add_sections ( ) Add settings sections.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

fetch_settings() 공개 메소드

Creates a new \Apple_Exporter\Settings instance and loads it with WordPress' saved settings.
public fetch_settings ( )

page_options_render() 공개 메소드

Options page render.
public page_options_render ( )

register_assets() 공개 메소드

Register assets for the options page.
public register_assets ( string $hook )
$hook string

register_sections() 공개 메소드

Load exporter settings and register them.
부터: 0.4.0
public register_sections ( )

setup_options_page() 공개 메소드

Options page setup.
public setup_options_page ( )