PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 3.3.1
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v3.3.1
3.3.1 V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 All 138 releases
← All changes | includes/Core/Util/Activation.php +14 -9 V_3.0.03.3.1 View file →
@@ -238,17 +238,22 @@
238 238
239 239 private function createFrontendPages()
240 240 {
241 241 $args = [
242 - 'label' => __('Bitforms Pages', 'bit-form'),
243 - 'public' => true,
244 - 'show_ui' => true,
245 - 'show_in_menu' => false,
246 - 'capability_type' => 'page',
247 - 'hierarchical' => false,
248 - 'query_var' => false,
249 - 'supports' => ['title'],
250 - 'show_in_rest' => false
242 + 'label' => __('Bitforms Pages', 'bit-form'),
243 + 'public' => false,
244 + 'publicly_queryable' => true,
245 + 'exclude_from_search' => true,
246 + 'show_in_nav_menus' => false,
247 + 'show_ui' => true,
248 + 'show_in_menu' => false,
249 + 'capability_type' => 'page',
250 + 'hierarchical' => false,
251 + 'has_archive' => false,
252 + 'query_var' => false,
253 + 'rewrite' => true,
254 + 'supports' => ['title'],
255 + 'show_in_rest' => false
251 256 ];
252 257 register_post_type('bitforms', $args);
253 258 $routes = get_option('bitforms_routes');
254 259 $route_value = [];