Some features of Charitable – such as certain settings – do not appear for the average user. These are usually reserved for troubleshooting, debugging with our support team, or rarely used settings. These only appear when you place Charitable into a special debug mode. This is how you do it.
Method One: Code Snippet
Use WPCode to add and activate this code snippet. Ensure the code snippet “runs everywhere”.
Method Two: Update wp-config.php.
You can add or modify the following above the “stop editing line” in your wp-config.php file:
DEFINE ('WP_DEBUG', true);
DEFINE ('CHARITABLE_DEBUG', true);
You can easily disable this mode by removing the “CHARITABLE_DEBUG” line entirely or set it to false. If you do not need WordPress to be in debug mode, you can also set it to false.