. */ if ( ! defined( 'ABSPATH' ) ) { exit( 'You shall not pass' ); } /** * Class ApermoXdebug * * Formats Xdebug output inside the WordPress Backend to not interfeer with the Menu. */ class ApermoXdebug { /** * ApermoXdebug constructor. */ public function __construct() { add_action( 'admin_head', array( $this, 'print_css' ) ); add_action( 'admin_head', array( $this, 'print_javascript' ) ); } /** * Outputs for the WordPress Backend. * Called by hook: admin_head */ public function print_javascript() { ?>