PHP Class Jetpack_React_Page, jetpack

Inheritance: extends Jetpack_Admin_Page
Datei anzeigen Open project: automattic/jetpack

Protected Properties

Property Type Description
$dont_show_if_not_active
$is_redirecting

Public Methods

Method Description
add_fallback_head_meta ( )
add_legacy_browsers_head_script ( )
add_noscript_head_meta ( )
add_page_actions ( $hook )
additional_styles ( )
get_dismissed_jetpack_notices ( ) : mixed | void Gets array of any Jetpack notices that have been dismissed.
get_i18n_data ( )
get_page_hook ( )
jetpack_add_dashboard_sub_nav_item ( ) Add Jetpack Dashboard sub-link and point it to AAG if the user can view stats, manage modules or if Protect is active.
jetpack_add_settings_sub_nav_item ( ) If user is allowed to see the Jetpack Admin, add Settings sub-link.
jetpack_menu_order ( $menu_order )
page_admin_scripts ( )
page_render ( )
render_nojs_configurable ( $module_name ) @todo remove when real settings are in place

Method Details

add_fallback_head_meta() public method

add_legacy_browsers_head_script() public method

add_noscript_head_meta() public method

add_page_actions() public method

public add_page_actions ( $hook )

additional_styles() public method

public additional_styles ( )

get_dismissed_jetpack_notices() public method

Gets array of any Jetpack notices that have been dismissed.
Since: 4.0.1

get_i18n_data() public method

public get_i18n_data ( )

get_page_hook() public method

public get_page_hook ( )

jetpack_add_dashboard_sub_nav_item() public method

Otherwise and only if user is allowed to see the Jetpack Admin, the Dashboard sub-link is added but pointed to Apps tab. Works in Dev Mode or when user is connected.
Since: 4.3.0

jetpack_add_settings_sub_nav_item() public method

If user is allowed to see the Jetpack Admin, add Settings sub-link.
Since: 4.3.0

jetpack_menu_order() public method

public jetpack_menu_order ( $menu_order )

page_admin_scripts() public method

public page_admin_scripts ( )

page_render() public method

public page_render ( )

render_nojs_configurable() public method

@todo remove when real settings are in place
public render_nojs_configurable ( $module_name )

Property Details

$dont_show_if_not_active protected_oe property

protected $dont_show_if_not_active

$is_redirecting protected_oe property

protected $is_redirecting