| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/VegeBasketDO/wp-content/plugins/wp-coder/classes/Tools/pages/ |
Upload File : |
<?php defined( 'ABSPATH' ) || exit; ?> <div class="wowp-snippets__header"> <h3 class="wowp-snippets__header-title">Developer / Debug Tools</h3> <p class="wowp-snippets__header-description">Advanced utilities for administrators and developers to test, debug, and quickly manage site environments.</p> </div> <div class="wowp-snippet__list"> <div class="wowp-snippet__item"> <div class="wowp-snippet__item-header"> <label for="show_page_debug_info">Show Page Debug Info</label> <p class="wowp-snippet__item-description"> Display technical info for the current request in the Admin Bar (template, query type, object, body classes). Admins only. </p> </div> <div class="wowp-field has-checkbox"> <label class="switch"> <?php self::field( 'checkbox', 'show_page_debug_info' ); ?> <span class="slider"></span> </label> </div> </div> <div class="wowp-snippet__item"> <div class="wowp-snippet__item-header"> <label for="theme_switcher">Theme Switcher</label> <p class="wowp-snippet__item-description"> Quickly switch between installed themes directly from the admin bar. </p> </div> <div class="wowp-field has-checkbox"> <label class="switch"> <?php self::field( 'checkbox', 'theme_switcher' ); ?> <span class="slider"></span> </label> </div> </div> </div>