Browse Source

Update option-functions.php

Adding hidestatus
Jesse Hickman 4 năm trước cách đây
mục cha
commit
d9fbd302b3
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      api/functions/option-functions.php

+ 6 - 0
api/functions/option-functions.php

@@ -287,6 +287,12 @@ trait OptionsFunction
 					'label' => 'Hide Completed',
 				];
 				break;
+			case 'hidestatus':
+				$settingMerge = [
+					'type' => 'switch',
+					'label' => 'Hide Status',
+				];
+				break;
 			case 'limit':
 				$settingMerge = [
 					'type' => 'number',