Mauricio Panuncio
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Also line 312, from
WPO_Page_Cache::delete_single_post_cache($product_with_stock->id);to
WPO_Page_Cache::delete_single_post_cache($product_with_stock->get_id());regards!
I have the same problem. It is a plugin bug.
Collaborators have to change line 311 of the file:
/plugins/wp-optimize/cache/class-wpo-cache-rules.phpfrom this:
if (! empty ($ product_with_stock-> id)) {to this:
if (! empty ($ product_with_stock-> get_id() )) {I don’t know where to report the bug. I hope this info is useful to the collaborators.
Same problem.
Wordpress Version: 5.4
Plugin Version: 7.6.1Action: update email from the user profile in the fronend
Yes, this change works for me. On the local, I did not check in production.
Viewing 4 replies - 1 through 4 (of 4 total)