. */ 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' ) ); } /** * Outputs