Lines:
1 to 17 of 17
<?php /** * Jetpack Debugger functionality allowing for Telf-service diagnostic information via the legacy jetpack debugger. * * @package jetpack */ use Automattic\Jetpack\Redirect; use Automattic\Jetpack\Status; /* class Jetpack_Debugger */ /* function Jetpack_Debugger::jetpack_increase_timeout() – Returns 30 for use with a filter. */ /* function Jetpack_Debugger::disconnect_and_redirect() – Disconnect Jetpack and redirect user to connection flow. */ /* function Jetpack_Debugger::jetpack_debug_display_handler() – Handles output to the browser for the in-plugin debugger. */ /* function Jetpack_Debugger::jetpack_debug_admin_head() – Outputs html needed within the <head> for the in-plugin debugger page. */