• Use of undefined constant W3TC_POWERED_BY – assumed ‘W3TC_POWERED_BY’ 1 wp-content/plugins/google-webfont-optimizer/google-webfont-optimizer.php:342

    Changed the above mentioned line to include the backticks:

    /**
             * Check User Agent
             */
            if (isset($_SERVER['HTTP_USER_AGENT']) && stristr($_SERVER['HTTP_USER_AGENT'], 'W3TC_POWERED_BY') !== false) {
                return false;
            }

    `

    https://wordpress.org/plugins/google-webfont-optimizer/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Php error: Use of undefined constant W3TC_POWERED_BY’ is closed to new replies.