PluginProbe
WP Ultimate Post Grid / 1.6
WP Ultimate Post Grid v1.6
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 | wp-ultimate-post-grid.php +3 -15 2.7.01.6 View file →
@@ -1,17 +1,15 @@
1 1 <?php
2 2 /*
3 3 Plugin Name: WP Ultimate Post Grid
4 4 Plugin URI: http://bootstrapped.ventures/wp-ultimate-post-grid/
5 -Description: Easily create filterable responsive grids for your posts, pages or custom post types
6 -Version: 2.7.0
5 +Description: Easily create filterable grids for any of your posts, pages or custom post types
6 +Version: 1.6
7 7 Author: Bootstrapped Ventures
8 8 Author URI: http://bootstrapped.ventures
9 9 License: GPLv3
10 -Text Domain: wp-ultimate-post-grid
11 -Domain Path: /lang
12 10 */
13 -define( 'WPUPG_VERSION', '2.7.0' );
11 +define( 'WPUPG_VERSION', '1.6' );
14 12 define( 'WPUPG_POST_TYPE', 'wpupg_grid' );
15 13
16 14 class WPUltimatePostGrid {
17 15
@@ -128,17 +126,14 @@
128 126 $this->helper( 'ajax' );
129 127 $this->helper( 'content' );
130 128 $this->helper( 'css' );
131 129 $this->helper( 'faq' );
132 - $this->helper( 'giveaway' );
133 130 $this->helper( 'grid_cache' );
134 131 $this->helper( 'grid_save' );
135 132 $this->helper( 'meta_box' );
136 - $this->helper( 'meta_box_post' );
137 133 $this->helper( 'notices' );
138 134 $this->helper( 'pagination' );
139 135 $this->helper( 'plugin_action_link' );
140 - $this->helper( 'post_save' );
141 136 $this->helper( 'post_type' );
142 137 $this->helper( 'support_tab' );
143 138 $this->helper( 'vafpress_menu' );
144 139 $this->helper( 'vafpress_shortcode' );
@@ -217,15 +212,8 @@
217 212
218 213 public function template( $template )
219 214 {
220 215 return $this->addon( 'custom-templates' )->get_template( $template );
221 - }
222 -}
223 -
224 -// Backward compatibility for older versions of WordPress
225 -if( !function_exists( 'get_term_meta' ) ) {
226 - function get_term_meta ( $term_id = 0, $key = '', $single = false ) {
227 - return '';
228 216 }
229 217 }
230 218
231 219 // Premium version is responsible for instantiating if available