site crashes
-
When I activate woocommerce plugin, my site crashes. Also the following code keeps showing up in the header of wp-admin.
add_filter( ‘woocommerce_cart_item_name’, ‘customizing_checkout_item_name’, 10, 3); function customizing_checkout_item_name( $item_name, $cart_item, $cart_item_key ) { if( is_checkout() ) $item_name .= ‘
Besides, it’s extremely slow, all points to woocommerce, anyone suggestions to take out the bug and speed up?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘site crashes’ is closed to new replies.