Disable default WooFood Accordion Caching

The following code snippet will disable the default caching with transient of WooFood accordion shortcode add_filter('woofood_accordion_transient', 'wpslash_woofood_disable_transient'); function wpslash_woofood_disable_transient($default) { return null; }

1 min read

The following code snippet will disable the default caching with transient of WooFood accordion shortcode

add_filter('woofood_accordion_transient', 'wpslash_woofood_disable_transient');
function wpslash_woofood_disable_transient($default)
{
	return null;
}

Commission-free ordering

Run restaurant orders on your own WordPress site

FoodMaster adds delivery, pickup, dine-in, POS, and kitchen tools — with zero per-order fees.

Get FoodMaster

Leave a Comment

Your email address will not be published. Required fields are marked *