All Topics
Pro: Bug in class method 'CAC_Sortable_Model::get_meta_items_for_sorting'
in admin-columns-pro/classes/sortable/classes/model.php on line 481
please replace this
$string = $this->recursive_implode( ', ', $this->get_raw_value( $id ) );
with that
$string = $column->recursive_implode( ', ', $column->get_raw_value( $id ) );
You must be logged in to reply to this topic.