- add default sorting

This commit is contained in:
ashubawork
2023-05-23 18:25:53 +03:00
parent 0600627a67
commit 36268e85ba
4 changed files with 46 additions and 2 deletions
+6
View File
@@ -389,6 +389,12 @@ if ( ! class_exists( 'um\admin\Admin' ) ) {
'_um_sortby_custom_label' => array(
'sanitize' => 'text',
),
'_um_sortby_custom_type' => array(
'sanitize' => 'text',
),
'_um_sortby_custom_order' => array(
'sanitize' => 'text',
),
'_um_enable_sorting' => array(
'sanitize' => 'bool',
),