New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | An implementation of PHP Console as a WordPress plugin.↵ Use Chrome Dev Tools to debug your WordPress installation! | You have to log in to add a translation. | Details |
Original untranslated
An implementation of PHP Console as a WordPress plugin.↵
Use Chrome Dev Tools to debug your WordPress installation!
You have to log in to edit this translation. Meta |
|||
↑ | WP PHP Console | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
First, install <a href="https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef">Google Chrome extension PHP Console</a> from the <a href="https://chrome.google.com/webstore/search/php%20console?_category=extensions">Chrome WebStore</a>.↵ Make sure the PHP Console Chrome extension is enabled through <a href="//extensions/" title="chrome://extensions/">chrome://extensions/</a>.↵ <strong>Important Note</strong>↵ If the Google Chrome extension is not available on the Chrome Web Store, you can manually install it <a href="https://github.com/barbushin/php-console-extension">from source</a>. | You have to log in to add a translation. | Details | |
Original untranslated
First, install <a href="https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef">Google Chrome extension PHP Console</a> from the <a href="https://chrome.google.com/webstore/search/php%20console?_category=extensions">Chrome WebStore</a>.↵
Make sure the PHP Console Chrome extension is enabled through <a href="//extensions/" title="chrome://extensions/">chrome://extensions/</a>.↵
<strong>Important Note</strong>↵
If the Google Chrome extension is not available on the Chrome Web Store, you can manually install it <a href="https://github.com/barbushin/php-console-extension">from source</a>.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
PC::debug( $my_var, $my_tag ) can only be called after the WordPress core included the WP PHP Console plugin. | You have to log in to add a translation. | Details | |
Original untranslated
PC::debug( $my_var, $my_tag ) can only be called after the WordPress core included the WP PHP Console plugin.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Generally no, WP PHP Console will intercept those. However, it's always a good idea to keep an eye on the logs too. Furthermore, WP PHP Console is unable to catch many server errors that result in a 500 error code on the browser. For those you may have traces left in the debug.log file. | You have to log in to add a translation. | Details | |
Original untranslated
Generally no, WP PHP Console will intercept those. However, it's always a good idea to keep an eye on the logs too. Furthermore, WP PHP Console is unable to catch many server errors that result in a 500 error code on the browser. For those you may have traces left in the debug.log file.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Will there be items logged in my debug.log files when a PHP error occurs? | You have to log in to add a translation. | Details | |
Original untranslated
Will there be items logged in my debug.log files when a PHP error occurs?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Note: PHP version 5.6.0 or above is required to use this plugin. | You have to log in to add a translation. | Details | |
Original untranslated
Note: PHP version 5.6.0 or above is required to use this plugin.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
This implementation of PHP Console is a handy tool to make it easier to test on the fly any WordPress specific function or class (including those introduced by your active theme and plugins!) from a terminal and inspect results, catch errors and warnings with complete call stack trace straight from the Chrome JavaScript console. In other words, besides debugging, you can execute PHP or WordPress-specific PHP code straight from the terminal and print PHP variables in Chrome Dev Tools JavaScript console along with your normal JavaScript debugging and testing. Keep everything in one place, without leaving the browser to check for your logs or writing temporary PHP test code on a PHP file and refresh your browser page. | You have to log in to add a translation. | Details | |
Original untranslated
This implementation of PHP Console is a handy tool to make it easier to test on the fly any WordPress specific function or class (including those introduced by your active theme and plugins!) from a terminal and inspect results, catch errors and warnings with complete call stack trace straight from the Chrome JavaScript console. In other words, besides debugging, you can execute PHP or WordPress-specific PHP code straight from the terminal and print PHP variables in Chrome Dev Tools JavaScript console along with your normal JavaScript debugging and testing. Keep everything in one place, without leaving the browser to check for your logs or writing temporary PHP test code on a PHP file and refresh your browser page.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
In the JavaScript console you will see printed any `PC::debug()`` information, PHP errors, warnings, notices with optional stack trace, which will be useful to debug your plugin or theme. | You have to log in to add a translation. | Details | |
Original untranslated
In the JavaScript console you will see printed any `PC::debug()`` information, PHP errors, warnings, notices with optional stack trace, which will be useful to debug your plugin or theme.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
In your PHP code on the Server, you can call PHP Console debug statements like <code>PC::debug( $var, $tag )</code> to display PHP variables in the JavaScript console and optionally filter selected tags through the PHP Console eval & options form opened from the address bar in your browser. | You have to log in to add a translation. | Details | |
Original untranslated
In your PHP code on the Server, you can call PHP Console debug statements like <code>PC::debug( $var, $tag )</code> to display PHP variables in the JavaScript console and optionally filter selected tags through the PHP Console eval & options form opened from the address bar in your browser.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
After entering the correct password, you can use the Eval Terminal in the PHP Console eval & options form and run any PHP code from it, including WordPress's own functions: enter one or more lines of PHP code in the black Eval terminal screen, press Ctrl+Enter and see the result in Chrome Dev Tools JavaScript console.↵ The result includes the output, the return value and the net server execution time. | You have to log in to add a translation. | Details | |
Original untranslated
After entering the correct password, you can use the Eval Terminal in the PHP Console eval & options form and run any PHP code from it, including WordPress's own functions: enter one or more lines of PHP code in the black Eval terminal screen, press Ctrl+Enter and see the result in Chrome Dev Tools JavaScript console.↵
The result includes the output, the return value and the net server execution time.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
After you entered WP PHP Plugin password, your browser address bar should show a yellow "key" icon, which, if clicked, will prompt for the password you have set earlier.↵ The "key" icon will change into a "terminal" icon, click on it to open the PHP Console eval & options form. | You have to log in to add a translation. | Details | |
Original untranslated
After you entered WP PHP Plugin password, your browser address bar should show a yellow "key" icon, which, if clicked, will prompt for the password you have set earlier.↵
The "key" icon will change into a "terminal" icon, click on it to open the PHP Console eval & options form.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Usage | Utilisation | Details | |
Original currentMeta |
|||
or | o | Details | |
Original currentMeta |
|||
You could move your debug code or either do something like | You have to log in to add a translation. | Details | |
Original untranslated
You could move your debug code or either do something like
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.