हे प्लगइन 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.