PHP Class Jetpack_Settings_Page, jetpack

Inheritance: extends Jetpack_Admin_Page
ファイルを表示 Open project: automattic/jetpack

Protected Properties

Property Type Description
$dont_show_if_not_active Show the settings page only when Jetpack is connected or in dev mode

Public Methods

Method Description
add_page_actions ( $hook )
additional_styles ( ) Load styles for static page.
get_page_hook ( ) Adds the Settings sub menu
page_admin_scripts ( ) Javascript logic specific to the list table
page_render ( ) actions to activate/deactivate and configure modules

Method Details

add_page_actions() public method

public add_page_actions ( $hook )

additional_styles() public method

Load styles for static page.
Since: 4.3.0
public additional_styles ( )

get_page_hook() public method

Adds the Settings sub menu
public get_page_hook ( )

page_admin_scripts() public method

Javascript logic specific to the list table
public page_admin_scripts ( )

page_render() public method

actions to activate/deactivate and configure modules
public page_render ( )

Property Details

$dont_show_if_not_active protected_oe property

Show the settings page only when Jetpack is connected or in dev mode
protected $dont_show_if_not_active