pass() ) { echo '
' . esc_html__( 'Your Jetpack setup looks a-okay!', 'jetpack' ) . '
'; $debug_info .= "All tests passed.\r\n"; $debug_info .= print_r( $cxntests->raw_results(), true ); //phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_print_r } else { $failures = $cxntests->list_fails(); foreach ( $failures as $fail ) { echo '
'; echo '

' . esc_html( $fail['message'] ); echo '

'; echo '

' . esc_html( $fail['resolution'] ) . '

'; echo '
'; $debug_info .= "FAILED TESTS!\r\n"; $debug_info .= $fail['name'] . ': ' . $fail['message'] . "\r\n"; $debug_info .= print_r( $cxntests->raw_results(), true ); //phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_print_r } } ?>

  1. known conflicts with Jetpack – check the list. (You can also browse the Jetpack support pages or Jetpack support forum to see if others have experienced and solved the problem.)', 'jetpack' ), array( 'a' => array( 'href' => array(), 'target' => array(), ), ) ), 'http://jetpack.com/support/getting-started-with-jetpack/known-issues/', 'http://jetpack.com/support/getting-started-with-jetpack/known-issues/', 'http://jetpack.com/support/', 'https://wordpress.org/support/plugin/jetpack' ); ?>
  2. exists() ) { /* translators: %s is the name of a theme */ echo esc_html( sprintf( __( "If your problem isn't known or caused by a plugin, try activating %s (the default WordPress theme).", 'jetpack' ), $default_theme->get( 'Name' ) ) ); } else { esc_html_e( "If your problem isn't known or caused by a plugin, try activating the default WordPress theme.", 'jetpack' ); } ?>
  3. XMLRPC file. It should say “XML-RPC server accepts POST requests only.” on a line by itself.', 'jetpack' ), array( 'a' => array( 'href' => array() ) ) ), esc_attr( site_url( 'xmlrpc.php' ) ) ); ?>
    • -
    • -
  4. Disconnect from WordPress.com', 'jetpack' ), array( 'a' => array( 'href' => array(), 'class' => array(), ), ) ), esc_attr( wp_nonce_url( Jetpack::admin_url( array( 'page' => 'jetpack-debugger', 'disconnect' => true, ) ), 'jp_disconnect', 'nonce' ) ) ); ?>

=' ) ) { echo sprintf( wp_kses( /* translators: URL for Jetpack support. URL for WordPress's Site Health */ __( 'Contact our Happiness team. When you do, please include the full debug information from your site.', 'jetpack' ), array( 'a' => array( 'href' => array() ) ) ), 'https://jetpack.com/contact-support/', esc_url( admin_url() . 'site-health.php?tab=debug' ) ); $hide_debug = true; } else { // Versions before 5.2, fallback. echo sprintf( wp_kses( /* translators: URL for Jetpack support. */ __( 'Contact our Happiness team. When you do, please include the full debug information below.', 'jetpack' ), array( 'a' => array( 'href' => array() ) ) ), 'https://jetpack.com/contact-support/' ); $hide_debug = false; } ?>


%s\'s WordPress.com account.', 'jetpack' ), array( 'strong' => array() ) ), esc_html( Jetpack::get_master_user_email() ) ); ?>

Jetpack\'s development mode.', 'jetpack' ), array( 'a' => array( 'href' => array() ) ) ), 'https://jetpack.com/support/development-mode/' ); ?>

%2$s

', array( 'a' => array( 'href' => array() ), 'p' => array(), ) ), esc_attr( Jetpack::admin_url( 'page=jetpack_modules' ) ), esc_html__( 'Access the full list of Jetpack modules available on your site.', 'jetpack' ) ); } ?>

for the in-plugin debugger page. */ public static function jetpack_debug_admin_head() { Jetpack_Admin_Page::load_wrapper_styles(); ?>