All Topics
Select filters value not updated – pro add-on
Same as: https://wordpress.org/support/topic/select-filters-value-not-updated-pro-add-on?replies=13
I always have to delete manually delete the _transient_ options in the database.
So for now, I changed in posts.php
if ( $cache = $column->get_cache( 'filtering' ) ) {
to
if ( !$cache = $column->get_cache( 'filtering' ) ) {
Version 3.0.8.2
You must be logged in to reply to this topic.