All Topics
Prevent column caching
To prevent column caching do I simply do this:
<?php
add_filter( 'acp/filtering/use_cache', '__return_false' );
?>
You must be logged in to reply to this topic.