Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

Debug Printr

Deskripsyon

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

Pag-install

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

FAQ

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.

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “Debug Printr” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “Debug Printr” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

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.