Home > OS >  Why do I get a"previously declared in" error
Why do I get a"previously declared in" error

Time:08-10

Jus tried to log in to my web admin and got this error:

Fatal error: Cannot redeclare oceanwp_webfonts_enqueue() (previously declared in /home/customer/www/ozdistributorsusa.com/public_html/wp-content/plugins/ocean-extra/includes/compatibility/ocean.php:94) in /home/customer/www/ozdistributorsusa.com/public_html/wp-content/themes/oceanwp/inc/customizer/controls/typography/webfonts.php on line 128

I can't get acces to the actual site either, any suggestions?

CodePudding user response:

oceanwp_webfonts_enqueue() function declare more than one. this function may be used in loop.

CodePudding user response:

Thank you, I just disabled the plugin and it works now.

  • Related