Lines:
1 to 34 of 34
<?php use Automattic\Jetpack\Constants; use Automattic\Jetpack\Connection\REST_Connector; use Automattic\Jetpack\Licensing; use Automattic\Jetpack\Partner; use Automattic\Jetpack\Status; include_once( 'class.jetpack-admin-page.php' ); // Builds the landing page and its menu /* class Jetpack_React_Page */ /* function Jetpack_React_Page::get_page_hook() – */ /* function Jetpack_React_Page::add_page_actions() – */ /* function Jetpack_React_Page::jetpack_add_set_up_sub_nav_item() – Add Jetpack Setup sub-link for eligible users */ /* function Jetpack_React_Page::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. */ /* function Jetpack_React_Page::jetpack_add_settings_sub_nav_item() – If user is allowed to see the Jetpack Admin, add Settings sub-link. */ /* function Jetpack_React_Page::add_fallback_head_meta() – */ /* function Jetpack_React_Page::add_noscript_head_meta() – */ /* function Jetpack_React_Page::jetpack_menu_order() – */ /* function Jetpack_React_Page::page_render() – */ /* function Jetpack_React_Page::get_dismissed_jetpack_notices() – Gets array of any Jetpack notices that have been dismissed. */ /* function Jetpack_React_Page::additional_styles() – Array of notices that have been dismissed. */ /* function Jetpack_React_Page::page_admin_scripts() – */ /* function Jetpack_React_Page::get_initial_state() – */ /* function Jetpack_React_Page::get_external_services_connect_urls() – Whether promotions are visible or not. */ /* function Jetpack_React_Page::get_flattened_settings() – Returns an array of modules and settings both as first class members of the object. */ /* function Jetpack_React_Page::show_setup_wizard() – Returns a boolean for whether the Setup Wizard should be displayed or not. */ /* function Jetpack_React_Page::get_update_modal_data() – Returns the release post content and image data as an associative array. */ /* function Jetpack_React_Page::allow_post_embed_iframe() – Temporarily allow post content to contain iframes, e.g. for videopress. */ /* function Jetpack_React_Page::get_release_post_data() – Obtains the release post from the Jetpack release post blog. A release post will be displayed in the update modal when a post has a tag equal to the Jetpack version number. */ /* function jetpack_current_user_data() – Gather data about the current user. */