PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.0.2
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.0.2
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
← All changes | includes/API/Items.php +0 -5 3.0.43.0.2 View file →
@@ -81,9 +81,8 @@
81 81 $plan = $this->get_param( 'plan', 'all' );
82 82 $plan_type = $this->get_plan( $plan );
83 83 $platform = $this->get_param( 'platform', 'elementor' );
84 84 $search = $this->get_param( 'search' );
85 - $include_search = $this->get_param( 'include_search' );
86 85 $page = $this->get_param( 'page', 1, 'intval' );
87 86 $per_page = $this->get_param( 'per_page', 40, 'intval' );
88 87 $template_type_id = $this->get_param( 'template_type_id', 0, 'intval' );
89 88 $category_id = $this->get_param( 'category_id', 0, 'intval' );
@@ -115,12 +114,8 @@
115 114 }
116 115
117 116 if ( ! empty( $search ) ) {
118 117 $funcArgs['search'] = $search;
119 - }
120 -
121 - if ( ! empty( $include_search ) ) {
122 - $funcArgs['include_search'] = $include_search;
123 118 }
124 119
125 120 $query = 'total_page, current_page, data { id, fullsite_import, name, price, rating, downloads, type, template_type{ slug }, slug, favourite_count, thumbnail, thumbnail2, thumbnail3 }';
126 121 if( $type !== 'packs' ) {