Method | Description | |
---|---|---|
__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. |
Method | Description | |
---|---|---|
add_section ( $section ) | Add a settings section. | |
add_sections ( ) | Add settings sections. |
public fetch_settings ( ) |
public register_assets ( string $hook ) | ||
$hook | string |
public register_sections ( ) |