GravityView - Enable Remote Debugging
Allow remote debugging, including `phpinfo()` and active plugin information
by Katz Web Services, Inc. · github.com/katzwebservices/gravityview-remote-debug
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/katzwebservices/gravityview-remote-debug/archive/refs/heads/master.zipHelp GravityView Support by installing this plugin. Then, users with the ability to manage plugins, or the GravityView Support team, will be able to learn more about your issue.
- Add
?debugto the page URL to enable PHP debugging information ?debug=phpwill print the output ofphpinfo()?debug=pluginswill print a list of all active plugins
Example:
Before: http://example.com/page-with-issues/ After: http://example.com/page-with-issues/?debug