You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'icon' => HZFEX_Setting_Framework_Url . 'assets/graphics/files-icon.svg', // icon that displays on before page navigation title (files icon before page title Welcome)
'callback' => function() { if( file_exists( HZFEX_Setting_Framework_Path. 'templates/contents/hooks-filters.php' ) ) include_once HZFEX_Setting_Framework_Path. 'templates/contents/hooks-filters.php'; }, // callback can be used this way also
__( 'This description is only visible when fields are set.', 'tws-core' ),
70
+
__( 'Enabling the switch below (actually it is a checkbox field type with style customization) will instantiate another child class on file', 'tws-core' ),
71
+
), // only shows when "fields" are set.
72
+
'callback' => function() { echo'This is just a callback like other three section tabs in this page.'; },
73
+
'fields' => [
74
+
'tws_enable_fields' => [
75
+
'label' => __( 'Enable another child-class?', 'tws-core' ),
76
+
'desc' => __( 'You should definitely enable this to test other types of input fields.', 'tws-core' ),
0 commit comments