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
'desc' => __( 'Enable this to add a noindex meta tag to all user profile pages across directories. Useful if you want some profiles hidden from search engines.', 'wp-user-frontend' ),
876
+
'type' => 'checkbox',
877
+
'default' => 'off',
878
+
'class' => 'pro-preview',
879
+
'is_pro_preview' => true,
880
+
],
881
+
];
882
+
856
883
return$settings_fields;
857
884
}
858
885
@@ -1269,6 +1296,12 @@ public function pro_modules_info() {
0 commit comments