WP Manifestindependent plugin directory
manifest / developer / et-debug

ET Debug

Add-on for the WP Debugging WordPress plugin that adds the `ET_DEBUG` constant

by Eduard Ungureanu · github.com/eduard-un/et-debug · website

0stars
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/eduard-un/et-debug/archive/refs/heads/main.zip

Add-on for the WP Debugging WordPress plugin that adds the ET_DEBUG constant

How it works

For the plugin to be activated, it requires the WP Debugging WordPress plugin to be activated first. Without it is not possible to activate it.

If the WP Debugging plugin is activated, we can activate the ET Debug as well.

Once both plugins are activate, it uses WordPress CLI to define the ET_DEBUG constant in the wp-config.php file.

The wp-config.php file should have standard WordPress file permission.

In WP Debugging > Settings, we can see a new Rule being added: define( 'ET_DEBUG', true );

This will alow the WordPress to log more information for subscription errors that might happen for Email Opt-in module and/or Bloom optin

The debug information can be found in the debug.log file or directly in Divi > Support Center > Debug section.

Example of such information: image