Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Zack Katz

    (@katzwebdesign)

    This will be fixed in the next update. Thanks for reporting!

    Until then, the message will not appear if you set WP_DEBUG to off. It also shouldn’t affect any functionality.

    Thread Starter Zmokin

    (@zmokin)

    I think it is already off. This is in my wp_config file:

    define(‘WP_DEBUG’, false);

    Message still shows.

    Thread Starter Zmokin

    (@zmokin)

    I found this code online which hides the message:

    @ini_set( ‘log_errors’, ‘On’ );
    @ini_set( ‘display_errors’, ‘Off’ );
    define( ‘WP_DEBUG’, false );
    define( ‘WP_DEBUG_LOG’, false );
    define( ‘WP_DEBUG_DISPLAY’, false );

    However, since I’m not to familiar with these, I hope this doesn’t adversely affect something else.

    Plugin Author Zack Katz

    (@katzwebdesign)

    That looks fine – It won’t affect other things if you add that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Warning: The use statement with non-compound…’ is closed to new replies.