• Resolved patrick1994

    (@patrick1994)


    in file: wp-content/plugins/post-smtp/Postman/PostmanLogger.php

    $this->wpDebug = defined ( ‘WP_DEBUG’ );

    should be:
    $this->wpDebug = defined ( ‘WP_DEBUG’ ) && WP_DEBUG;
    shouldn’t it?

Viewing 1 replies (of 1 total)
  • Plugin Support M Haseeb

    (@haseeb0001)

    Hi @patrick1994

    I hope you are doing well.

    Thanks for the suggestion. Let us share this with our technical team and will let you know.

    Thanks and regards,
    Support Team – WPExperts  

Viewing 1 replies (of 1 total)

The topic ‘Check whether debugging is enabled is buggy?’ is closed to new replies.