Also this code don´t work for me even for hide the section title. (I need to hide de
whole section)
add_filter(
'hivepress/v1/forms/vendor_sort',
function( $form ) {
unset( $form['fields']['_sort']['options']['title'] );
return $form;
},
1000
);