Debug Switch

描述

💬 Ask Question | 📧 Email Me

The fastest and easiest way to switch debug mode on/off and view PHP info directly from the admin.

  • Normally, to enable debug mode, you’d have to manually add the following to wp-config.php: <?php define( 'WP_DEBUG', true ); ?>
  • Normally, to view the server’s PHP version and other info, you’d have to manually upload a file with: <?php phpinfo(); ?>

With Debug Switch, this is handled automatically.

How?

Simply activate the plugin to enable and deactivate the plugin to disable them when you’re done debugging.

Why?

There are a dozen other debugging plugins that already do this (more or less), so why create another?

Well, I already tried them all, and they just felt clunky and unnecessarily overcomplicated. I got tired of having to manually switch debug mode on and off and these other plugins didn’t offer a simple way to do that without also adding a bunch of other bells and whistles that I found to just be in the way, so I made something simpler.

评价

2022 年 11 月 6 日
I am surprised no one has reviewed this plugin, it seems to be a pretty useful one. Thanks
阅读所有1条评价

贡献者及开发者

「Debug Switch」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Debug Switch」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.2

  • Minor improvements

0.1

  • New