Recently I installed a wordpress plugin called WooCommerce on our website. Everything has installed correctly but when trying to add a product category to WooCommerce I am getting this error when I click the "Save" button:
Fatal error: Cannot redeclare woocommerce_output_related_products() (previously declared in /home/judgefuels/public_html/wp-content/plugins/woocommerce/includes/wc-template-functions.php:1091) in /home/judgefuels/public_html/wp-content/themes/dt-presscore/inc/woocommerce-support.php on line 55
I am running Wordpress 4.0 and the latest version of WooCommerce.
Any help would be greatly appreciated.
woocommerce_output_related_products()is pluggable and so wrapped with anis(!function_exists())wrapper, so that shouldn't happen. Are you sure you have the latest version (2.2.4). You could try reuploading the WooCommerce files. - helgatheviking