该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Debug Printr

描述

Upon install, your IP address, along with 127.0.0.1, is saved as the default debug::enabled() IPs.

安装

  1. Upload the entire plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常见问题

Why don’t the file name and line number show up sometimes?

This plugin uses the PHP function debug_backtrace(), which may not be available on your system. You may pass in the file and line as arguments #3 and #4 respectively.

评价

此插件暂无评价。

贡献者及开发者

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

贡献者

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

对开发感兴趣吗?

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

更新日志

1.4.0

  • Changed the plugin name

1.3.0

  • Added ability to enable debugging for Administrator’s
  • Current user is added to the list of enabled Administrator’s

1.2.0

  • Changed class name from debug to debug_printr.
  • Added function debug_printr($var) for ease of use.
  • Function also accessible via debug_printr::print_r($var)

1.1.0

  • Fixed nonce issue.
  • Fixed link under Admin > Settings.

1.0.0

  • Initial plugin development and testing.