• Resolved Stas

    (@passtor)


    /wp-content/plugins/wp-hide-backed-notices/includes/class-wp-hide-backed-notices .php
    Line 71 None quotes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The error is with the file:
    wp-hide-backed-notices/includes/class-wp-hide-backed-notices .php

    If you are confident with the Plugin editor or editing php files. Go to that file and change line 70 from

    if ( defined( ‘WP_HIDE_BACKED_NOTICES _VERSION’ ) ) {

    to

    if ( defined( ‘WP_HIDE_BACKED_NOTICES_VERSION’ ) ) {

    Note the removal of a space between “NOTICES” and “_VERSION”

    This will get rid of this error

    This will be fixed in the upcoming version update!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Output error’ is closed to new replies.