Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Keith

Prevent column caching

To prevent column caching do I simply do this:


<?php
add_filter( 'acp/filtering/use_cache', '__return_false' );
?>

8 years, 1 month ago
Stefan van den Dungen Gronovius
Developer

What do you mean with Column caching?
The value of the columns is not cached.
The filter you mention is only the cache that is use to display the options in the filter dropdowns.

8 years, 1 month ago
Keith

Ahhh OK, got ya. thanks

8 years, 1 month ago
Stefan van den Dungen Gronovius
Developer

You’re welcome.
I will close this ticket.

8 years, 1 month ago

You must be logged in to reply to this topic.