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' );
?>

6 years, 7 months 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.

6 years, 7 months ago
Keith

Ahhh OK, got ya. thanks

6 years, 7 months ago
Stefan van den Dungen Gronovius
Developer

You’re welcome.
I will close this ticket.

6 years, 7 months ago

You must be logged in to reply to this topic.