Change post order on archive to be displayed by most commented being ignored by theme

Try to remove this custom action-hook.

add_action('init', function(){
    remove_action('pre_get_posts','wpcc_custom_posts_oderby');;
});