teichfeld
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Check if product is has a varation or notHello,
$product->product_type returns null for me when I do:
$product = new WC_Product( $product_id );
Im expecting simple or variable, but it returns null.
Any ideas?Forum: Plugins
In reply to: [Groups] Groups 1.9 breaks my site, please helpOops, nevermind, there is a plugin that relies on groups, calling
/groups/lib/core/class-groups-group.php
That plugin needs to first import
/group/group.phpThis is what happens when definitions change 😉
THanks much,
-TImothyForum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache breaks WordPress loginThis is in enabling the Page Cache.
I see that fragment caching is the way to go form my research, alt least that is what the comments mention: https://ww.wp.xz.cn/support/topic/logged-in-user-cache?replies=8
from the plugin: Fragment Caching Module
Unlocking the fragment caching module delivered enhanced performance for plugins and themes that use the WordPress Transient API. It also provides a framework for increasing for developers that specifically use it like StudioPress’ Genesis Framework.So it seems we need a theme that supports this, and we need the fragment module.
This plugin is not the way to go at this time.