WP Manifestindependent plugin directory
manifest / developer / gravityview-remote-debug

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.zip

Help 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 ?debug to the page URL to enable PHP debugging information
  • ?debug=php will print the output of phpinfo()
  • ?debug=plugins will print a list of all active plugins

Example:

Before: http://example.com/page-with-issues/ After: http://example.com/page-with-issues/?debug