विवरण
Echo Out Viewer lets you easily display and inspect PHP variable output directly in the browser, using a console-like interface. Helpful for debugging and development.
इंस्टॉलेशन
- Upload the plugin files to the
/wp-content/plugins/echo-out-viewer
directory, or install it via the WordPress plugin repository. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use the
update_option('echo_out_viewer', $your_variable);
function anywhere in your PHP code to view output in the browser.
सामान्य प्रश्न
-
How do I use this plugin?
-
Use
update_option('echo_out_viewer', $your_variable);
anywhere in your theme or plugin to print readable output inside a styled block. -
Will this plugin work with any theme?
-
Yes, it’s designed to work in both the admin and frontend regardless of your theme.
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ताTranslate “eyeFearch – Ajax Search & Filters for WeeCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
1.0
- Initial release of the plugin.