Making my custom column sortable
in the action request, the keys meta_key and orderby already exists then try to overwrite like this : if ( isset( $vars[‘orderby’] ) && ‘count’ == $vars[‘orderby’] ) { $vars[“meta_key”] = “count”; $vars[“orderby”] = “meta_value_num”; }