PluginProbe
WP Ultimate Post Grid / 3.0.0
WP Ultimate Post Grid v3.0.0
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
← All changes | templates/settings/group-general.php +0 -8 3.5.0 → 3.0.0 View file →
@@ -16,16 +16,8 @@
16 16 'type' => 'dropdownMultiselect',
17 17 'optionsCallback' => function() { return get_post_types( '', 'names' ); },
18 18 'default' => array( 'post', 'page' ),
19 19 ),
20 - array(
21 - 'id' => 'meta_box_taxonomies',
22 - 'name' => __( 'Taxonomies', 'wp-ultimate-post-grid' ),
23 - 'description' => __( 'Which taxonomies do you want to enable this option for?', 'wp-ultimate-post-grid' ),
24 - 'type' => 'dropdownMultiselect',
25 - 'optionsCallback' => function() { return get_taxonomies( '', 'names' ); },
26 - 'default' => array( 'category', 'post_tag' ),
27 - ),
28 20 ),
29 21 ),
30 22 ),
31 23 );