system-status.php 269 B

12345678910111213
  1. <?php if ( ! defined( 'ABSPATH' ) ) exit;
  2. /**
  3. * Display the Debug/Status page
  4. *
  5. * @author Patrick Rauland
  6. * @category Admin
  7. * @since 2.2.50
  8. */
  9. function ninja_forms_tab_system_status(){
  10. // Display the system status!
  11. include("system-status-html.php");
  12. }