• Hello,

    I can see I already have this in my wp-config.php

    /**

    * For developers: WordPress debugging mode.

    define( ‘WP_DEBUG’, false );

    Note: The error logs display on my site if I turn on to TRUE.

    If I add these for your plugin:

    define( ‘WP_DEBUG’, true );
    define( ‘SAVEQUERIES’, true );

    Is there any problems? Please advise. Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Andrija Vu?ini?

    (@aidvu)

    Note: The error logs display on my site if I turn on to TRUE.

    You can set those to true while debugging. It won’t show the debug bar for not logged-in users.

    Thread Starter cfm168

    (@cfm168)

    I can see already have one (‘WP_DEBUG’, false).

    Can I add another define(‘WP_DEBUG’, true); for your plugin?

    Plugin Contributor Andrija Vu?ini?

    (@aidvu)

    You just change false -> true.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Questions before adding in wp-config.php’ is closed to new replies.