Overview
  • Namespace
  • Class

Namespaces

  • nk2580
    • wordsmith
      • Actions
      • Endpoints
      • Environment
      • Filters
      • Inputs
        • Fields
      • Menus
      • MetaBoxes
      • PostTypes
      • Routes
      • Scripts
      • SettingsPages
      • Taxonomies
        • Hierarchical
        • NonHierarchical
      • UserCapabilities
      • UserRoles
      • Utillities
        • NavWalkers

Classes

  • SettingsPage

Class SettingsPage

Namespace: nk2580\wordsmith\SettingsPages
Located at SettingsPages/SettingsPage.php

Methods summary

public
# __construct( )

Hook into the appropriate actions when the class is constructed.

Hook into the appropriate actions when the class is constructed.

public
# init( )

register all required hooks for the settings page class.

register all required hooks for the settings page class.

public
# init_page( )

action to add the page to the admin menu.

action to add the page to the admin menu.

public
# output_page( )

output the page content.

output the page content.

public
# settings_page_start( )

extension action for page start HTML output.

extension action for page start HTML output.

public
# Settings_page_end( )

extension action for page end HTML output.

extension action for page end HTML output.

public
# settings_page_ouptut( )

override this method to print the output of your settings page.

override this method to print the output of your settings page.

public
# register_page_settings( )

registers the page settings for the settings page.

registers the page settings for the settings page.

Properties summary

protected $page_title
#
protected $menu_title
#
protected $icon
#
protected $position
#
protected $capability
#
protected $slug
#
API documentation generated by ApiGen