PHP Class Jetpack_Settings_Page, jetpack

Inheritance: extends Jetpack_Admin_Page
Afficher le fichier Open project: automattic/jetpack

Protected Properties

Свойство Type Description
$dont_show_if_not_active Show the settings page only when Jetpack is connected or in dev mode

Méthodes publiques

Méthode 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 méthode

public add_page_actions ( $hook )

additional_styles() public méthode

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

get_page_hook() public méthode

Adds the Settings sub menu
public get_page_hook ( )

page_admin_scripts() public méthode

Javascript logic specific to the list table
public page_admin_scripts ( )

page_render() public méthode

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