Version Description
- 2019-11-01 =
- Updated : Template library url changed to gutentor
- Updated : use of wp_safe_remote_get instead of file_get_contents
- Updated : Readme file
Download this release
Release Info
Developer | gutentor |
Plugin | Gutentor – Gutenberg Blocks – Page Builder for Gutenberg Editor |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- gutentor.php +2 -2
- includes/tools/class-advanced-import.php +144 -125
- readme.txt +8 -1
gutentor.php
CHANGED
@@ -14,7 +14,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
14 |
* @wordpress-plugin
|
15 |
* Plugin Name: Gutentor: WordPress Page Builder with Unlimited Possibilities to Design
|
16 |
* Description: The most advanced yet easy drag & drop block page builder. Create masterpiece, pixel perfect websites using modern WordPress way. Work with any theme, create any design.
|
17 |
-
* Version: 1.1.
|
18 |
* Author: Gutentor
|
19 |
* Author URI: https://www.gutentor.com/
|
20 |
* License: GPL-2.0+
|
@@ -24,7 +24,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
24 |
*/
|
25 |
|
26 |
/*Define Constants for this plugin*/
|
27 |
-
define( 'GUTENTOR_VERSION', '1.1.
|
28 |
define( 'GUTENTOR_PLUGIN_NAME', 'gutentor' );
|
29 |
define( 'GUTENTOR_PATH', plugin_dir_path( __FILE__ ) );
|
30 |
define( 'GUTENTOR_URL', plugin_dir_url( __FILE__ ) );
|
14 |
* @wordpress-plugin
|
15 |
* Plugin Name: Gutentor: WordPress Page Builder with Unlimited Possibilities to Design
|
16 |
* Description: The most advanced yet easy drag & drop block page builder. Create masterpiece, pixel perfect websites using modern WordPress way. Work with any theme, create any design.
|
17 |
+
* Version: 1.1.3
|
18 |
* Author: Gutentor
|
19 |
* Author URI: https://www.gutentor.com/
|
20 |
* License: GPL-2.0+
|
24 |
*/
|
25 |
|
26 |
/*Define Constants for this plugin*/
|
27 |
+
define( 'GUTENTOR_VERSION', '1.1.3' );
|
28 |
define( 'GUTENTOR_PLUGIN_NAME', 'gutentor' );
|
29 |
define( 'GUTENTOR_PATH', plugin_dir_path( __FILE__ ) );
|
30 |
define( 'GUTENTOR_URL', plugin_dir_url( __FILE__ ) );
|
includes/tools/class-advanced-import.php
CHANGED
@@ -86,8 +86,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
86 |
'author' => __( 'Gutentor', 'gutentor' ),
|
87 |
'keywords' => array( 'about-block', 'about 1' ),
|
88 |
'categories' => array( 'about' ),
|
89 |
-
'template_url' => 'https://
|
90 |
-
'screenshot_url' => 'https://
|
91 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/about/#section-cb91908c-d5ea-4bc4-bbfd-1bc2525a40ea',
|
92 |
),
|
93 |
array(
|
@@ -96,8 +96,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
96 |
'author' => __( 'Gutentor', 'gutentor' ),
|
97 |
'keywords' => array( 'about-block', 'about 2' ),
|
98 |
'categories' => array( 'about' ),
|
99 |
-
'template_url' => 'https://
|
100 |
-
'screenshot_url' => 'https://
|
101 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/about/#section-b580929d-6990-4f60-b3fc-181705028917',
|
102 |
),
|
103 |
array(
|
@@ -106,8 +106,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
106 |
'author' => __( 'Gutentor', 'gutentor' ),
|
107 |
'keywords' => array( 'accordion', 'accordion 1' ),
|
108 |
'categories' => array( 'accordion' ),
|
109 |
-
'template_url' => 'https://
|
110 |
-
'screenshot_url' => 'https://
|
111 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/accordion/#section-ae935ac7-a085-47a2-8676-eaf956284a03',
|
112 |
),
|
113 |
array(
|
@@ -116,8 +116,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
116 |
'author' => __( 'Gutentor', 'gutentor' ),
|
117 |
'keywords' => array( 'accordion', 'accordion 2' ),
|
118 |
'categories' => array( 'accordion' ),
|
119 |
-
'template_url' => 'https://
|
120 |
-
'screenshot_url' => 'https://
|
121 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/accordion/#section-4f3f2a3d-739c-4a1f-bd2b-79b577d5af2c',
|
122 |
),
|
123 |
array(
|
@@ -126,8 +126,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
126 |
'author' => __( 'Gutentor', 'gutentor' ),
|
127 |
'keywords' => array( 'author-profile', 'author-profile 1' ),
|
128 |
'categories' => array( 'author-profile' ),
|
129 |
-
'template_url' => 'https://
|
130 |
-
'screenshot_url' => 'https://
|
131 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/author-profile/#section-b37afe24-2d7b-420b-9e94-efb3c3440a3c',
|
132 |
),
|
133 |
array(
|
@@ -136,8 +136,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
136 |
'author' => __( 'Gutentor', 'gutentor' ),
|
137 |
'keywords' => array( 'call-to-action', 'call-to-action 1' ),
|
138 |
'categories' => array( 'call-to-action' ),
|
139 |
-
'template_url' => 'https://
|
140 |
-
'screenshot_url' => 'https://
|
141 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/call-to-action/#section-35e69fbe-80f4-43df-bf4e-494a345f66c0',
|
142 |
),
|
143 |
array(
|
@@ -146,8 +146,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
146 |
'author' => __( 'Gutentor', 'gutentor' ),
|
147 |
'keywords' => array( 'call-to-action', 'call-to-action 2' ),
|
148 |
'categories' => array( 'call-to-action' ),
|
149 |
-
'template_url' => 'https://
|
150 |
-
'screenshot_url' => 'https://
|
151 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/call-to-action/#section-84e22d48-168a-4acb-90ab-7c1567cd25eb',
|
152 |
),
|
153 |
array(
|
@@ -156,8 +156,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
156 |
'author' => __( 'Gutentor', 'gutentor' ),
|
157 |
'keywords' => array( 'count-down', 'count-down 1' ),
|
158 |
'categories' => array( 'count-down' ),
|
159 |
-
'template_url' => 'https://
|
160 |
-
'screenshot_url' => 'https://
|
161 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/count-down/#section-621045f5-3c1d-446b-8072-6adb8eb55b5a',
|
162 |
),
|
163 |
array(
|
@@ -166,8 +166,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
166 |
'author' => __( 'Gutentor', 'gutentor' ),
|
167 |
'keywords' => array( 'count-down', 'count-down 2' ),
|
168 |
'categories' => array( 'count-down' ),
|
169 |
-
'template_url' => 'https://
|
170 |
-
'screenshot_url' => 'https://
|
171 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/count-down/#section-a9be75b8-de57-47d7-990e-9133a84c25ac',
|
172 |
),
|
173 |
array(
|
@@ -176,8 +176,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
176 |
'author' => __( 'Gutentor', 'gutentor' ),
|
177 |
'keywords' => array( 'counter', 'counter 1' ),
|
178 |
'categories' => array( 'counter' ),
|
179 |
-
'template_url' => 'https://
|
180 |
-
'screenshot_url' => 'https://
|
181 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/counter/#section-814c5e88-7dd3-4cef-a872-bff5103649da',
|
182 |
),
|
183 |
array(
|
@@ -186,8 +186,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
186 |
'author' => __( 'Gutentor', 'gutentor' ),
|
187 |
'keywords' => array( 'counter', 'counter 2' ),
|
188 |
'categories' => array( 'counter' ),
|
189 |
-
'template_url' => 'https://
|
190 |
-
'screenshot_url' => 'https://
|
191 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/counter/#section-dda6f0d9-eb19-4172-abaf-1ef4a120daca',
|
192 |
),
|
193 |
array(
|
@@ -196,8 +196,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
196 |
'author' => __( 'Gutentor', 'gutentor' ),
|
197 |
'keywords' => array( 'featured-block', 'featured-block 1' ),
|
198 |
'categories' => array( 'featured-block' ),
|
199 |
-
'template_url' => 'https://
|
200 |
-
'screenshot_url' => 'https://
|
201 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/featured-block/#section-b526b783-9078-4675-b8d3-f6c4ac207098',
|
202 |
),
|
203 |
array(
|
@@ -206,8 +206,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
206 |
'author' => __( 'Gutentor', 'gutentor' ),
|
207 |
'keywords' => array( 'featured-block', 'featured-block 2' ),
|
208 |
'categories' => array( 'featured-block' ),
|
209 |
-
'template_url' => 'https://
|
210 |
-
'screenshot_url' => 'https://
|
211 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/featured-block/#section-5c3dc2b1-32ed-4696-b5fa-abff0dff6dc4',
|
212 |
),
|
213 |
array(
|
@@ -216,8 +216,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
216 |
'author' => __( 'Gutentor', 'gutentor' ),
|
217 |
'keywords' => array( 'gallery', 'gallery 1' ),
|
218 |
'categories' => array( 'gallery' ),
|
219 |
-
'template_url' => 'https://
|
220 |
-
'screenshot_url' => 'https://
|
221 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/gallery/#section-5c3dc2b1-32ed-4696-b5fa-abff0dff6dc4',
|
222 |
),
|
223 |
array(
|
@@ -226,8 +226,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
226 |
'author' => __( 'Gutentor', 'gutentor' ),
|
227 |
'keywords' => array( 'gallery', 'gallery 2' ),
|
228 |
'categories' => array( 'gallery' ),
|
229 |
-
'template_url' => 'https://
|
230 |
-
'screenshot_url' => 'https://
|
231 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/gallery/#section-55f5836a-bcb5-4347-8878-5be8bc0e0bda',
|
232 |
),
|
233 |
array(
|
@@ -236,8 +236,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
236 |
'author' => __( 'Gutentor', 'gutentor' ),
|
237 |
'keywords' => array( 'icon-box', 'icon-box 1' ),
|
238 |
'categories' => array( 'icon-box' ),
|
239 |
-
'template_url' => 'https://
|
240 |
-
'screenshot_url' => 'https://
|
241 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/icon-box/#section-f5a1ee87-e6f5-4571-98a8-f262c4ab78e0',
|
242 |
),
|
243 |
array(
|
@@ -246,8 +246,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
246 |
'author' => __( 'Gutentor', 'gutentor' ),
|
247 |
'keywords' => array( 'icon-box', 'icon-box 2' ),
|
248 |
'categories' => array( 'icon-box' ),
|
249 |
-
'template_url' => 'https://
|
250 |
-
'screenshot_url' => 'https://
|
251 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/icon-box/#section-95b7bb09-ef44-4a4d-8d47-7842235dfecd',
|
252 |
),
|
253 |
array(
|
@@ -256,8 +256,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
256 |
'author' => __( 'Gutentor', 'gutentor' ),
|
257 |
'keywords' => array( 'icon-box', 'icon-box 3' ),
|
258 |
'categories' => array( 'icon-box' ),
|
259 |
-
'template_url' => 'https://
|
260 |
-
'screenshot_url' => 'https://
|
261 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/icon-box/#section-a2fe9962-9fde-4feb-a6a7-2376bc28f3f6',
|
262 |
),
|
263 |
array(
|
@@ -266,8 +266,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
266 |
'author' => __( 'Gutentor', 'gutentor' ),
|
267 |
'keywords' => array( 'image-box', 'image-box 1' ),
|
268 |
'categories' => array( 'image-box' ),
|
269 |
-
'template_url' => 'https://
|
270 |
-
'screenshot_url' => 'https://
|
271 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/image-block/#section-d7ae3fd8-b954-4468-ae14-e904aff1e84c',
|
272 |
),
|
273 |
array(
|
@@ -276,8 +276,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
276 |
'author' => __( 'Gutentor', 'gutentor' ),
|
277 |
'keywords' => array( 'image-box', 'image-box 2' ),
|
278 |
'categories' => array( 'image-box' ),
|
279 |
-
'template_url' => 'https://
|
280 |
-
'screenshot_url' => 'https://
|
281 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/image-block/#section-9766124c-aac1-466c-b54d-5e9b69c70d7d',
|
282 |
),
|
283 |
array(
|
@@ -286,8 +286,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
286 |
'author' => __( 'Gutentor', 'gutentor' ),
|
287 |
'keywords' => array( 'image-box', 'image-box 3' ),
|
288 |
'categories' => array( 'image-box' ),
|
289 |
-
'template_url' => 'https://
|
290 |
-
'screenshot_url' => 'https://
|
291 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/image-block/#section-34ccd79b-3557-4521-a4b9-0c595d430665',
|
292 |
),
|
293 |
array(
|
@@ -296,8 +296,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
296 |
'author' => __( 'Gutentor', 'gutentor' ),
|
297 |
'keywords' => array( 'image-slider', 'image-slider 1' ),
|
298 |
'categories' => array( 'image-slider' ),
|
299 |
-
'template_url' => 'https://
|
300 |
-
'screenshot_url' => 'https://
|
301 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/image-slider/#section-35f902ba-cd22-4920-bc39-d104e23f3b89',
|
302 |
),
|
303 |
array(
|
@@ -306,8 +306,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
306 |
'author' => __( 'Gutentor', 'gutentor' ),
|
307 |
'keywords' => array( 'image-slider', 'image-slider 2' ),
|
308 |
'categories' => array( 'image-slider' ),
|
309 |
-
'template_url' => 'https://
|
310 |
-
'screenshot_url' => 'https://
|
311 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/image-slider/#section-7a3a2a07-17c1-4686-ab25-2df2fb94d3f9',
|
312 |
),
|
313 |
array(
|
@@ -316,8 +316,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
316 |
'author' => __( 'Gutentor', 'gutentor' ),
|
317 |
'keywords' => array( 'opening-hours', 'opening-hours 1' ),
|
318 |
'categories' => array( 'opening-hours' ),
|
319 |
-
'template_url' => 'https://
|
320 |
-
'screenshot_url' => 'https://
|
321 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/opening-hours/#section-d83e7661-98af-446f-a56a-9ee11702e3d2',
|
322 |
),
|
323 |
array(
|
@@ -326,8 +326,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
326 |
'author' => __( 'Gutentor', 'gutentor' ),
|
327 |
'keywords' => array( 'opening-hours', 'opening-hours 2' ),
|
328 |
'categories' => array( 'opening-hours' ),
|
329 |
-
'template_url' => 'https://
|
330 |
-
'screenshot_url' => 'https://
|
331 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/opening-hours/#section-ae615b86-93be-48a4-855d-10b045883d3a',
|
332 |
),
|
333 |
array(
|
@@ -336,8 +336,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
336 |
'author' => __( 'Gutentor', 'gutentor' ),
|
337 |
'keywords' => array( 'pricing', 'pricing 1' ),
|
338 |
'categories' => array( 'pricing' ),
|
339 |
-
'template_url' => 'https://
|
340 |
-
'screenshot_url' => 'https://
|
341 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/pricing/#section-fa15ba5e-ec27-4941-afde-5d5211eaf61c',
|
342 |
),
|
343 |
array(
|
@@ -346,8 +346,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
346 |
'author' => __( 'Gutentor', 'gutentor' ),
|
347 |
'keywords' => array( 'pricing', 'pricing 2' ),
|
348 |
'categories' => array( 'pricing' ),
|
349 |
-
'template_url' => 'https://
|
350 |
-
'screenshot_url' => 'https://
|
351 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/pricing/#section-8e24246c-bfb9-4ab0-ab80-04af0cbcee17',
|
352 |
),
|
353 |
array(
|
@@ -356,8 +356,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
356 |
'author' => __( 'Gutentor', 'gutentor' ),
|
357 |
'keywords' => array( 'progress-bar', 'progress-bar 1' ),
|
358 |
'categories' => array( 'progress-bar' ),
|
359 |
-
'template_url' => 'https://
|
360 |
-
'screenshot_url' => 'https://
|
361 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/progress-bar/#section-d63c446f-de55-47aa-8a1b-cf0fa1fc108c',
|
362 |
),
|
363 |
array(
|
@@ -366,8 +366,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
366 |
'author' => __( 'Gutentor', 'gutentor' ),
|
367 |
'keywords' => array( 'progress-bar', 'progress-bar 2' ),
|
368 |
'categories' => array( 'progress-bar' ),
|
369 |
-
'template_url' => 'https://
|
370 |
-
'screenshot_url' => 'https://
|
371 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/progress-bar/#section-c1a80860-638e-4f44-9f84-1fb58534c066',
|
372 |
),
|
373 |
array(
|
@@ -376,8 +376,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
376 |
'author' => __( 'Gutentor', 'gutentor' ),
|
377 |
'keywords' => array( 'restaurant-menu', 'restaurant-menu 1' ),
|
378 |
'categories' => array( 'restaurant-menu' ),
|
379 |
-
'template_url' => 'https://
|
380 |
-
'screenshot_url' => 'https://
|
381 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/restaurant-menu/#section-eb78e751-096e-4dfd-8f12-b4a2c3f000e9',
|
382 |
),
|
383 |
array(
|
@@ -386,8 +386,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
386 |
'author' => __( 'Gutentor', 'gutentor' ),
|
387 |
'keywords' => array( 'restaurant-menu', 'restaurant-menu 2' ),
|
388 |
'categories' => array( 'restaurant-menu' ),
|
389 |
-
'template_url' => 'https://
|
390 |
-
'screenshot_url' => 'https://
|
391 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/restaurant-menu/#section-992c7ec6-25e3-4eb2-8369-a4238352803f',
|
392 |
),
|
393 |
array(
|
@@ -396,8 +396,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
396 |
'author' => __( 'Gutentor', 'gutentor' ),
|
397 |
'keywords' => array( 'social', 'social 1' ),
|
398 |
'categories' => array( 'social' ),
|
399 |
-
'template_url' => 'https://
|
400 |
-
'screenshot_url' => 'https://
|
401 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/social/#section-35f902ba-cd22-4920-bc39-d104e23f3b89',
|
402 |
),
|
403 |
array(
|
@@ -406,8 +406,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
406 |
'author' => __( 'Gutentor', 'gutentor' ),
|
407 |
'keywords' => array( 'social', 'social 2' ),
|
408 |
'categories' => array( 'social' ),
|
409 |
-
'template_url' => 'https://
|
410 |
-
'screenshot_url' => 'https://
|
411 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/social/#section-5c8ad360-50a8-4201-ad09-13975983be71',
|
412 |
),
|
413 |
array(
|
@@ -416,8 +416,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
416 |
'author' => __( 'Gutentor', 'gutentor' ),
|
417 |
'keywords' => array( 'tabs', 'tabs 1' ),
|
418 |
'categories' => array( 'tabs' ),
|
419 |
-
'template_url' => 'https://
|
420 |
-
'screenshot_url' => 'https://
|
421 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/tabs/#section-a066ea7b-a982-4a33-a45f-0a6bec70bce7',
|
422 |
),
|
423 |
array(
|
@@ -426,8 +426,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
426 |
'author' => __( 'Gutentor', 'gutentor' ),
|
427 |
'keywords' => array( 'tabs', 'tabs 2' ),
|
428 |
'categories' => array( 'tabs' ),
|
429 |
-
'template_url' => 'https://
|
430 |
-
'screenshot_url' => 'https://
|
431 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/tabs/#section-0eadb066-bbf6-464e-ae09-14a9a7c2f1e1',
|
432 |
),
|
433 |
array(
|
@@ -436,8 +436,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
436 |
'author' => __( 'Gutentor', 'gutentor' ),
|
437 |
'keywords' => array( 'team', 'team 1' ),
|
438 |
'categories' => array( 'team' ),
|
439 |
-
'template_url' => 'https://
|
440 |
-
'screenshot_url' => 'https://
|
441 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/team/#section-3ffc55c6-ddde-4e3e-b565-b2a06c13552e',
|
442 |
),
|
443 |
array(
|
@@ -446,8 +446,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
446 |
'author' => __( 'Gutentor', 'gutentor' ),
|
447 |
'keywords' => array( 'team', 'team 2' ),
|
448 |
'categories' => array( 'team' ),
|
449 |
-
'template_url' => 'https://
|
450 |
-
'screenshot_url' => 'https://
|
451 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/team/#section-4481ff58-fb08-4635-8e9f-6bac9d207119',
|
452 |
),
|
453 |
array(
|
@@ -456,8 +456,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
456 |
'author' => __( 'Gutentor', 'gutentor' ),
|
457 |
'keywords' => array( 'testimonial', 'testimonial 1' ),
|
458 |
'categories' => array( 'testimonial' ),
|
459 |
-
'template_url' => 'https://
|
460 |
-
'screenshot_url' => 'https://
|
461 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/testimonial/#section-62a6a138-ab1a-444f-a551-e6634ef72335',
|
462 |
),
|
463 |
array(
|
@@ -466,8 +466,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
466 |
'author' => __( 'Gutentor', 'gutentor' ),
|
467 |
'keywords' => array( 'testimonial', 'testimonial 2' ),
|
468 |
'categories' => array( 'testimonial' ),
|
469 |
-
'template_url' => 'https://
|
470 |
-
'screenshot_url' => 'https://
|
471 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/testimonial/#section-cf510900-4818-465b-8fcd-e54dae852951',
|
472 |
),
|
473 |
array(
|
@@ -476,8 +476,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
476 |
'author' => __( 'Gutentor', 'gutentor' ),
|
477 |
'keywords' => array( 'timeline', 'timeline 1' ),
|
478 |
'categories' => array( 'timeline' ),
|
479 |
-
'template_url' => 'https://
|
480 |
-
'screenshot_url' => 'https://
|
481 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/timeline/#section-3b803f53-93b4-47a8-a133-1f02e3a4ad57',
|
482 |
),
|
483 |
array(
|
@@ -486,8 +486,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
486 |
'author' => __( 'Gutentor', 'gutentor' ),
|
487 |
'keywords' => array( 'blog', 'blog 1' ),
|
488 |
'categories' => array( 'blog' ),
|
489 |
-
'template_url' => 'https://
|
490 |
-
'screenshot_url' => 'https://
|
491 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/blog/#section-749d8301-3bc3-480d-9d25-af0583d3154a',
|
492 |
),
|
493 |
array(
|
@@ -496,8 +496,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
496 |
'author' => __( 'Gutentor', 'gutentor' ),
|
497 |
'keywords' => array( 'google-map', 'google-map 1' ),
|
498 |
'categories' => array( 'google-map' ),
|
499 |
-
'template_url' => 'https://
|
500 |
-
'screenshot_url' => 'https://
|
501 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/google-map/#section-90380ab9-e0eb-4857-aaf3-aa976c680c39',
|
502 |
),
|
503 |
array(
|
@@ -506,8 +506,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
506 |
'author' => __( 'Gutentor', 'gutentor' ),
|
507 |
'keywords' => array( 'video-popup', 'video-popup 1' ),
|
508 |
'categories' => array( 'video-popup' ),
|
509 |
-
'template_url' => 'https://
|
510 |
-
'screenshot_url' => 'https://
|
511 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/video/#section-98cd8ba9-fc36-47a6-a29b-41a6c33cf888',
|
512 |
),
|
513 |
array(
|
@@ -516,8 +516,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
516 |
'author' => __( 'Gutentor', 'gutentor' ),
|
517 |
'keywords' => array( 'list', 'list 1' ),
|
518 |
'categories' => array( 'list' ),
|
519 |
-
'template_url' => 'https://
|
520 |
-
'screenshot_url' => 'https://
|
521 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/list/#section-8f4613b9-f012-4044-b04d-0f458132a42a',
|
522 |
),
|
523 |
array(
|
@@ -526,8 +526,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
526 |
'author' => __( 'Gutentor', 'gutentor' ),
|
527 |
'keywords' => array( 'list', 'list 2' ),
|
528 |
'categories' => array( 'list' ),
|
529 |
-
'template_url' => 'https://
|
530 |
-
'screenshot_url' => 'https://
|
531 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/list/#section-10536d92-1a4d-4288-b7f5-8bea7d6349ea',
|
532 |
),
|
533 |
array(
|
@@ -536,8 +536,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
536 |
'author' => __( 'Gutentor', 'gutentor' ),
|
537 |
'keywords' => array( 'list', 'list 3' ),
|
538 |
'categories' => array( 'list' ),
|
539 |
-
'template_url' => 'https://
|
540 |
-
'screenshot_url' => 'https://
|
541 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/list/#section-0808a464-478f-4450-a825-47c5120d2199',
|
542 |
),
|
543 |
array(
|
@@ -546,8 +546,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
546 |
'author' => __( 'Gutentor', 'gutentor' ),
|
547 |
'keywords' => array( 'notification', 'notification 1' ),
|
548 |
'categories' => array( 'notification' ),
|
549 |
-
'template_url' => 'https://
|
550 |
-
'screenshot_url' => 'https://
|
551 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/notification/#section-24d95c46-83e8-4088-9d0b-df1bdff55fc7',
|
552 |
),
|
553 |
array(
|
@@ -556,8 +556,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
556 |
'author' => __( 'Gutentor', 'gutentor' ),
|
557 |
'keywords' => array( 'notification', 'notification 2' ),
|
558 |
'categories' => array( 'notification' ),
|
559 |
-
'template_url' => 'https://
|
560 |
-
'screenshot_url' => 'https://
|
561 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/notification/#section-13041e64-e723-4b90-b161-116337326d10',
|
562 |
),
|
563 |
array(
|
@@ -566,8 +566,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
566 |
'author' => __( 'Gutentor', 'gutentor' ),
|
567 |
'keywords' => array( 'notification', 'notification 3' ),
|
568 |
'categories' => array( 'notification' ),
|
569 |
-
'template_url' => 'https://
|
570 |
-
'screenshot_url' => 'https://
|
571 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/notification/#section-aafc81ad-fb2b-4753-bf93-8d14fa7753dc',
|
572 |
),
|
573 |
array(
|
@@ -576,8 +576,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
576 |
'author' => __( 'Gutentor', 'gutentor' ),
|
577 |
'keywords' => array( 'notification', 'notification 4' ),
|
578 |
'categories' => array( 'notification' ),
|
579 |
-
'template_url' => 'https://
|
580 |
-
'screenshot_url' => 'https://
|
581 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/notification/#section-f0d29cf8-7fa6-4ab2-ab57-3ba2f7b5ff20',
|
582 |
),
|
583 |
array(
|
@@ -586,8 +586,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
586 |
'author' => __( 'Gutentor', 'gutentor' ),
|
587 |
'keywords' => array( 'show-more-less', 'show-more-less 1' ),
|
588 |
'categories' => array( 'show-more-less' ),
|
589 |
-
'template_url' => 'https://
|
590 |
-
'screenshot_url' => 'https://
|
591 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/show-more-less/#section-1a932db4-7843-413f-b7b0-e1f44a0bb1fd',
|
592 |
),
|
593 |
array(
|
@@ -596,8 +596,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
596 |
'author' => __( 'Gutentor', 'gutentor' ),
|
597 |
'keywords' => array( 'business', 'business 1' ),
|
598 |
'categories' => array( 'business' ),
|
599 |
-
'template_url' => 'https://
|
600 |
-
'screenshot_url' => 'https://
|
601 |
'demo_url' => 'https://www.demo.gutentor.com/templates/business/',
|
602 |
),
|
603 |
array(
|
@@ -606,8 +606,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
606 |
'author' => __( 'Gutentor', 'gutentor' ),
|
607 |
'keywords' => array( 'business', 'business 2' ),
|
608 |
'categories' => array( 'business' ),
|
609 |
-
'template_url' => 'https://
|
610 |
-
'screenshot_url' => 'https://
|
611 |
'demo_url' => 'https://www.demo.gutentor.com/templates/business-2/',
|
612 |
),
|
613 |
array(
|
@@ -616,8 +616,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
616 |
'author' => __( 'Gutentor', 'gutentor' ),
|
617 |
'keywords' => array( 'multipurpose', 'multipurpose 1' ),
|
618 |
'categories' => array( 'multipurpose' ),
|
619 |
-
'template_url' => 'https://
|
620 |
-
'screenshot_url' => 'https://
|
621 |
'demo_url' => 'https://www.demo.gutentor.com/templates/multipurpose/',
|
622 |
),
|
623 |
array(
|
@@ -626,8 +626,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
626 |
'author' => __( 'Gutentor', 'gutentor' ),
|
627 |
'keywords' => array( 'multipurpose', 'multipurpose 2' ),
|
628 |
'categories' => array( 'multipurpose' ),
|
629 |
-
'template_url' => 'https://
|
630 |
-
'screenshot_url' => 'https://
|
631 |
'demo_url' => 'https://www.demo.gutentor.com/templates/multipurpose-2/',
|
632 |
),
|
633 |
array(
|
@@ -636,8 +636,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
636 |
'author' => __( 'Gutentor', 'gutentor' ),
|
637 |
'keywords' => array( 'medical', 'medical 1' ),
|
638 |
'categories' => array( 'medical' ),
|
639 |
-
'template_url' => 'https://
|
640 |
-
'screenshot_url' => 'https://
|
641 |
'demo_url' => 'https://www.demo.gutentor.com/templates/medical-1/',
|
642 |
),
|
643 |
array(
|
@@ -646,8 +646,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
646 |
'author' => __( 'Gutentor', 'gutentor' ),
|
647 |
'keywords' => array( 'education', 'education 1' ),
|
648 |
'categories' => array( 'education' ),
|
649 |
-
'template_url' => 'https://
|
650 |
-
'screenshot_url' => 'https://
|
651 |
'demo_url' => 'https://www.demo.gutentor.com/templates/education-1/',
|
652 |
),
|
653 |
|
@@ -657,8 +657,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
657 |
'author' => __( 'Gutentor', 'gutentor' ),
|
658 |
'keywords' => array( 'agency', 'agency 1' ),
|
659 |
'categories' => array( 'agency' ),
|
660 |
-
'template_url' => 'https://
|
661 |
-
'screenshot_url' => 'https://
|
662 |
'demo_url' => 'https://www.demo.gutentor.com/templates/agency-1/',
|
663 |
),
|
664 |
array(
|
@@ -667,8 +667,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
667 |
'author' => __( 'Gutentor', 'gutentor' ),
|
668 |
'keywords' => array( 'travel', 'travel 1' ),
|
669 |
'categories' => array( 'travel' ),
|
670 |
-
'template_url' => 'https://
|
671 |
-
'screenshot_url' => 'https://
|
672 |
'demo_url' => 'https://www.demo.gutentor.com/templates/travel-1/',
|
673 |
),
|
674 |
array(
|
@@ -677,8 +677,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
677 |
'author' => __( 'Gutentor', 'gutentor' ),
|
678 |
'keywords' => array( 'fitness', 'fitness 1' ),
|
679 |
'categories' => array( 'fitness' ),
|
680 |
-
'template_url' => 'https://
|
681 |
-
'screenshot_url' => 'https://
|
682 |
'demo_url' => 'https://www.demo.gutentor.com/templates/fitness-1/',
|
683 |
),
|
684 |
array(
|
@@ -687,8 +687,8 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
687 |
'author' => __( 'Gutentor', 'gutentor' ),
|
688 |
'keywords' => array( 'construction', 'construction 1' ),
|
689 |
'categories' => array( 'construction' ),
|
690 |
-
'template_url' => 'https://
|
691 |
-
'screenshot_url' => 'https://
|
692 |
'demo_url' => 'https://www.demo.gutentor.com/templates/construction-1/',
|
693 |
),
|
694 |
);
|
@@ -709,9 +709,28 @@ if ( ! class_exists( 'Gutentor_Advanced_Import_Server' ) ) {
|
|
709 |
}
|
710 |
|
711 |
$url = $request->get_param( 'url' );
|
712 |
-
|
713 |
-
|
714 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
715 |
}
|
716 |
|
717 |
/**
|
86 |
'author' => __( 'Gutentor', 'gutentor' ),
|
87 |
'keywords' => array( 'about-block', 'about 1' ),
|
88 |
'categories' => array( 'about' ),
|
89 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/about-block/about-1/gutentor_about-block.json',
|
90 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/about-block/about-1/about-block.jpg',
|
91 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/about/#section-cb91908c-d5ea-4bc4-bbfd-1bc2525a40ea',
|
92 |
),
|
93 |
array(
|
96 |
'author' => __( 'Gutentor', 'gutentor' ),
|
97 |
'keywords' => array( 'about-block', 'about 2' ),
|
98 |
'categories' => array( 'about' ),
|
99 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/about-block/about-2/gutentor_about-block.json',
|
100 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/about-block/about-2/about-block.jpg',
|
101 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/about/#section-b580929d-6990-4f60-b3fc-181705028917',
|
102 |
),
|
103 |
array(
|
106 |
'author' => __( 'Gutentor', 'gutentor' ),
|
107 |
'keywords' => array( 'accordion', 'accordion 1' ),
|
108 |
'categories' => array( 'accordion' ),
|
109 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/accordion/accordion-1/gutentor_accordion.json',
|
110 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/accordion/accordion-1/accordion.jpg',
|
111 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/accordion/#section-ae935ac7-a085-47a2-8676-eaf956284a03',
|
112 |
),
|
113 |
array(
|
116 |
'author' => __( 'Gutentor', 'gutentor' ),
|
117 |
'keywords' => array( 'accordion', 'accordion 2' ),
|
118 |
'categories' => array( 'accordion' ),
|
119 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/accordion/accordion-2/gutentor_accordion.json',
|
120 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/accordion/accordion-2/accordion.jpg',
|
121 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/accordion/#section-4f3f2a3d-739c-4a1f-bd2b-79b577d5af2c',
|
122 |
),
|
123 |
array(
|
126 |
'author' => __( 'Gutentor', 'gutentor' ),
|
127 |
'keywords' => array( 'author-profile', 'author-profile 1' ),
|
128 |
'categories' => array( 'author-profile' ),
|
129 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/author-profile/author-profile-1/gutentor_author-profile.json',
|
130 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/author-profile/author-profile-1/author-profile.jpg',
|
131 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/author-profile/#section-b37afe24-2d7b-420b-9e94-efb3c3440a3c',
|
132 |
),
|
133 |
array(
|
136 |
'author' => __( 'Gutentor', 'gutentor' ),
|
137 |
'keywords' => array( 'call-to-action', 'call-to-action 1' ),
|
138 |
'categories' => array( 'call-to-action' ),
|
139 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/call-to-action/call-to-action-1/gutentor_call-to-action.json',
|
140 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/call-to-action/call-to-action-1/call-to-action.jpg',
|
141 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/call-to-action/#section-35e69fbe-80f4-43df-bf4e-494a345f66c0',
|
142 |
),
|
143 |
array(
|
146 |
'author' => __( 'Gutentor', 'gutentor' ),
|
147 |
'keywords' => array( 'call-to-action', 'call-to-action 2' ),
|
148 |
'categories' => array( 'call-to-action' ),
|
149 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/call-to-action/call-to-action-2/gutentor_call-to-action.json',
|
150 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/call-to-action/call-to-action-2/call-to-action.jpg',
|
151 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/call-to-action/#section-84e22d48-168a-4acb-90ab-7c1567cd25eb',
|
152 |
),
|
153 |
array(
|
156 |
'author' => __( 'Gutentor', 'gutentor' ),
|
157 |
'keywords' => array( 'count-down', 'count-down 1' ),
|
158 |
'categories' => array( 'count-down' ),
|
159 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/count-down/count-down-1/gutentor_count-down.json',
|
160 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/count-down/count-down-1/count-down.jpg',
|
161 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/count-down/#section-621045f5-3c1d-446b-8072-6adb8eb55b5a',
|
162 |
),
|
163 |
array(
|
166 |
'author' => __( 'Gutentor', 'gutentor' ),
|
167 |
'keywords' => array( 'count-down', 'count-down 2' ),
|
168 |
'categories' => array( 'count-down' ),
|
169 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/count-down/count-down-2/gutentor_count-down.json',
|
170 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/count-down/count-down-2/count-down.jpg',
|
171 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/count-down/#section-a9be75b8-de57-47d7-990e-9133a84c25ac',
|
172 |
),
|
173 |
array(
|
176 |
'author' => __( 'Gutentor', 'gutentor' ),
|
177 |
'keywords' => array( 'counter', 'counter 1' ),
|
178 |
'categories' => array( 'counter' ),
|
179 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/counter/counter-1/gutentor_counter-box.json',
|
180 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/counter/counter-1/counter.jpg',
|
181 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/counter/#section-814c5e88-7dd3-4cef-a872-bff5103649da',
|
182 |
),
|
183 |
array(
|
186 |
'author' => __( 'Gutentor', 'gutentor' ),
|
187 |
'keywords' => array( 'counter', 'counter 2' ),
|
188 |
'categories' => array( 'counter' ),
|
189 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/counter/counter-2/gutentor_counter-box.json',
|
190 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/counter/counter-2/counter.jpg',
|
191 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/counter/#section-dda6f0d9-eb19-4172-abaf-1ef4a120daca',
|
192 |
),
|
193 |
array(
|
196 |
'author' => __( 'Gutentor', 'gutentor' ),
|
197 |
'keywords' => array( 'featured-block', 'featured-block 1' ),
|
198 |
'categories' => array( 'featured-block' ),
|
199 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/featured-block/featured-block-1/gutentor_featured-block.json',
|
200 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/featured-block/featured-block-1/featured-block.jpg',
|
201 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/featured-block/#section-b526b783-9078-4675-b8d3-f6c4ac207098',
|
202 |
),
|
203 |
array(
|
206 |
'author' => __( 'Gutentor', 'gutentor' ),
|
207 |
'keywords' => array( 'featured-block', 'featured-block 2' ),
|
208 |
'categories' => array( 'featured-block' ),
|
209 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/featured-block/featured-block-2/gutentor_featured-block.json',
|
210 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/featured-block/featured-block-2/featured-block.jpg',
|
211 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/featured-block/#section-5c3dc2b1-32ed-4696-b5fa-abff0dff6dc4',
|
212 |
),
|
213 |
array(
|
216 |
'author' => __( 'Gutentor', 'gutentor' ),
|
217 |
'keywords' => array( 'gallery', 'gallery 1' ),
|
218 |
'categories' => array( 'gallery' ),
|
219 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/gallery/gallery-1/gutentor_gallery.json',
|
220 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/gallery/gallery-1/gallery.jpg',
|
221 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/gallery/#section-5c3dc2b1-32ed-4696-b5fa-abff0dff6dc4',
|
222 |
),
|
223 |
array(
|
226 |
'author' => __( 'Gutentor', 'gutentor' ),
|
227 |
'keywords' => array( 'gallery', 'gallery 2' ),
|
228 |
'categories' => array( 'gallery' ),
|
229 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/gallery/gallery-2/gutentor_gallery.json',
|
230 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/gallery/gallery-2/gallery.jpg',
|
231 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/gallery/#section-55f5836a-bcb5-4347-8878-5be8bc0e0bda',
|
232 |
),
|
233 |
array(
|
236 |
'author' => __( 'Gutentor', 'gutentor' ),
|
237 |
'keywords' => array( 'icon-box', 'icon-box 1' ),
|
238 |
'categories' => array( 'icon-box' ),
|
239 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/icon-box/icon-box-1/gutentor_icon-box.json',
|
240 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/icon-box/icon-box-1/icon-box.jpg',
|
241 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/icon-box/#section-f5a1ee87-e6f5-4571-98a8-f262c4ab78e0',
|
242 |
),
|
243 |
array(
|
246 |
'author' => __( 'Gutentor', 'gutentor' ),
|
247 |
'keywords' => array( 'icon-box', 'icon-box 2' ),
|
248 |
'categories' => array( 'icon-box' ),
|
249 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/icon-box/icon-box-2/gutentor_icon-box.json',
|
250 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/icon-box/icon-box-2/icon-box.jpg',
|
251 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/icon-box/#section-95b7bb09-ef44-4a4d-8d47-7842235dfecd',
|
252 |
),
|
253 |
array(
|
256 |
'author' => __( 'Gutentor', 'gutentor' ),
|
257 |
'keywords' => array( 'icon-box', 'icon-box 3' ),
|
258 |
'categories' => array( 'icon-box' ),
|
259 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/icon-box/icon-box-3/gutentor_icon-box.json',
|
260 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/icon-box/icon-box-3/icon-box.jpg',
|
261 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/icon-box/#section-a2fe9962-9fde-4feb-a6a7-2376bc28f3f6',
|
262 |
),
|
263 |
array(
|
266 |
'author' => __( 'Gutentor', 'gutentor' ),
|
267 |
'keywords' => array( 'image-box', 'image-box 1' ),
|
268 |
'categories' => array( 'image-box' ),
|
269 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/image-box/image-box-1/gutentor_image-box.json',
|
270 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/image-box/image-box-1/image-box.jpg',
|
271 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/image-block/#section-d7ae3fd8-b954-4468-ae14-e904aff1e84c',
|
272 |
),
|
273 |
array(
|
276 |
'author' => __( 'Gutentor', 'gutentor' ),
|
277 |
'keywords' => array( 'image-box', 'image-box 2' ),
|
278 |
'categories' => array( 'image-box' ),
|
279 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/image-box/image-box-2/gutentor_image-box.json',
|
280 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/image-box/image-box-2/image-box.jpg',
|
281 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/image-block/#section-9766124c-aac1-466c-b54d-5e9b69c70d7d',
|
282 |
),
|
283 |
array(
|
286 |
'author' => __( 'Gutentor', 'gutentor' ),
|
287 |
'keywords' => array( 'image-box', 'image-box 3' ),
|
288 |
'categories' => array( 'image-box' ),
|
289 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/image-box/image-box-3/gutentor_image-box.json',
|
290 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/image-box/image-box-3/image-box.jpg',
|
291 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/image-block/#section-34ccd79b-3557-4521-a4b9-0c595d430665',
|
292 |
),
|
293 |
array(
|
296 |
'author' => __( 'Gutentor', 'gutentor' ),
|
297 |
'keywords' => array( 'image-slider', 'image-slider 1' ),
|
298 |
'categories' => array( 'image-slider' ),
|
299 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/image-slider/image-slider-1/gutentor_image-slider.json',
|
300 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/image-slider/image-slider-1/image-slider.jpg',
|
301 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/image-slider/#section-35f902ba-cd22-4920-bc39-d104e23f3b89',
|
302 |
),
|
303 |
array(
|
306 |
'author' => __( 'Gutentor', 'gutentor' ),
|
307 |
'keywords' => array( 'image-slider', 'image-slider 2' ),
|
308 |
'categories' => array( 'image-slider' ),
|
309 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/image-slider/image-slider-2/gutentor_image-slider.json',
|
310 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/image-slider/image-slider-2/image-slider.jpg',
|
311 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/image-slider/#section-7a3a2a07-17c1-4686-ab25-2df2fb94d3f9',
|
312 |
),
|
313 |
array(
|
316 |
'author' => __( 'Gutentor', 'gutentor' ),
|
317 |
'keywords' => array( 'opening-hours', 'opening-hours 1' ),
|
318 |
'categories' => array( 'opening-hours' ),
|
319 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/opening-hours/opening-hours-1/gutentor_opening-hours.json',
|
320 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/opening-hours/opening-hours-1/opening-hours.jpg',
|
321 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/opening-hours/#section-d83e7661-98af-446f-a56a-9ee11702e3d2',
|
322 |
),
|
323 |
array(
|
326 |
'author' => __( 'Gutentor', 'gutentor' ),
|
327 |
'keywords' => array( 'opening-hours', 'opening-hours 2' ),
|
328 |
'categories' => array( 'opening-hours' ),
|
329 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/opening-hours/opening-hours-2/gutentor_opening-hours.json',
|
330 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/opening-hours/opening-hours-2/opening-hours.jpg',
|
331 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/opening-hours/#section-ae615b86-93be-48a4-855d-10b045883d3a',
|
332 |
),
|
333 |
array(
|
336 |
'author' => __( 'Gutentor', 'gutentor' ),
|
337 |
'keywords' => array( 'pricing', 'pricing 1' ),
|
338 |
'categories' => array( 'pricing' ),
|
339 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/pricing/pricing-1/gutentor_pricing.json',
|
340 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/pricing/pricing-1/pricing.jpg',
|
341 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/pricing/#section-fa15ba5e-ec27-4941-afde-5d5211eaf61c',
|
342 |
),
|
343 |
array(
|
346 |
'author' => __( 'Gutentor', 'gutentor' ),
|
347 |
'keywords' => array( 'pricing', 'pricing 2' ),
|
348 |
'categories' => array( 'pricing' ),
|
349 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/pricing/pricing-2/gutentor_pricing.json',
|
350 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/pricing/pricing-2/pricing.jpg',
|
351 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/pricing/#section-8e24246c-bfb9-4ab0-ab80-04af0cbcee17',
|
352 |
),
|
353 |
array(
|
356 |
'author' => __( 'Gutentor', 'gutentor' ),
|
357 |
'keywords' => array( 'progress-bar', 'progress-bar 1' ),
|
358 |
'categories' => array( 'progress-bar' ),
|
359 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/progress-bar/progress-bar-1/gutentor_progress-bar.json',
|
360 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/progress-bar/progress-bar-1/progress-bar.jpg',
|
361 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/progress-bar/#section-d63c446f-de55-47aa-8a1b-cf0fa1fc108c',
|
362 |
),
|
363 |
array(
|
366 |
'author' => __( 'Gutentor', 'gutentor' ),
|
367 |
'keywords' => array( 'progress-bar', 'progress-bar 2' ),
|
368 |
'categories' => array( 'progress-bar' ),
|
369 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/progress-bar/progress-bar-2/gutentor_progress-bar.json',
|
370 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/progress-bar/progress-bar-2/progress-bar.jpg',
|
371 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/progress-bar/#section-c1a80860-638e-4f44-9f84-1fb58534c066',
|
372 |
),
|
373 |
array(
|
376 |
'author' => __( 'Gutentor', 'gutentor' ),
|
377 |
'keywords' => array( 'restaurant-menu', 'restaurant-menu 1' ),
|
378 |
'categories' => array( 'restaurant-menu' ),
|
379 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/restaurant-menu/restaurant-menu-1/gutentor_restaurant-menu.json',
|
380 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/restaurant-menu/restaurant-menu-1/restaurant-menu.jpg',
|
381 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/restaurant-menu/#section-eb78e751-096e-4dfd-8f12-b4a2c3f000e9',
|
382 |
),
|
383 |
array(
|
386 |
'author' => __( 'Gutentor', 'gutentor' ),
|
387 |
'keywords' => array( 'restaurant-menu', 'restaurant-menu 2' ),
|
388 |
'categories' => array( 'restaurant-menu' ),
|
389 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/restaurant-menu/restaurant-menu-2/gutentor_restaurant-menu.json',
|
390 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/restaurant-menu/restaurant-menu-2/restaurant-menu.jpg',
|
391 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/restaurant-menu/#section-992c7ec6-25e3-4eb2-8369-a4238352803f',
|
392 |
),
|
393 |
array(
|
396 |
'author' => __( 'Gutentor', 'gutentor' ),
|
397 |
'keywords' => array( 'social', 'social 1' ),
|
398 |
'categories' => array( 'social' ),
|
399 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/social/social-1/gutentor_social.json',
|
400 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/social/social-1/social.jpg',
|
401 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/social/#section-35f902ba-cd22-4920-bc39-d104e23f3b89',
|
402 |
),
|
403 |
array(
|
406 |
'author' => __( 'Gutentor', 'gutentor' ),
|
407 |
'keywords' => array( 'social', 'social 2' ),
|
408 |
'categories' => array( 'social' ),
|
409 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/social/social-2/gutentor_social.json',
|
410 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/social/social-2/social.jpg',
|
411 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/social/#section-5c8ad360-50a8-4201-ad09-13975983be71',
|
412 |
),
|
413 |
array(
|
416 |
'author' => __( 'Gutentor', 'gutentor' ),
|
417 |
'keywords' => array( 'tabs', 'tabs 1' ),
|
418 |
'categories' => array( 'tabs' ),
|
419 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/tabs/tabs-1/gutentor_tabs.json',
|
420 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/tabs/tabs-1/tabs.jpg',
|
421 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/tabs/#section-a066ea7b-a982-4a33-a45f-0a6bec70bce7',
|
422 |
),
|
423 |
array(
|
426 |
'author' => __( 'Gutentor', 'gutentor' ),
|
427 |
'keywords' => array( 'tabs', 'tabs 2' ),
|
428 |
'categories' => array( 'tabs' ),
|
429 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/tabs/tabs-2/gutentor_tabs.json',
|
430 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/tabs/tabs-2/tabs.jpg',
|
431 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/tabs/#section-0eadb066-bbf6-464e-ae09-14a9a7c2f1e1',
|
432 |
),
|
433 |
array(
|
436 |
'author' => __( 'Gutentor', 'gutentor' ),
|
437 |
'keywords' => array( 'team', 'team 1' ),
|
438 |
'categories' => array( 'team' ),
|
439 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/team/team-1/gutentor_team.json',
|
440 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/team/team-1/team.jpg',
|
441 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/team/#section-3ffc55c6-ddde-4e3e-b565-b2a06c13552e',
|
442 |
),
|
443 |
array(
|
446 |
'author' => __( 'Gutentor', 'gutentor' ),
|
447 |
'keywords' => array( 'team', 'team 2' ),
|
448 |
'categories' => array( 'team' ),
|
449 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/team/team-2/gutentor_team.json',
|
450 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/team/team-2/team.jpg',
|
451 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/team/#section-4481ff58-fb08-4635-8e9f-6bac9d207119',
|
452 |
),
|
453 |
array(
|
456 |
'author' => __( 'Gutentor', 'gutentor' ),
|
457 |
'keywords' => array( 'testimonial', 'testimonial 1' ),
|
458 |
'categories' => array( 'testimonial' ),
|
459 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/testimonial/testimonial-1/gutentor_testimonial.json',
|
460 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/testimonial/testimonial-1/testimonial.jpg',
|
461 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/testimonial/#section-62a6a138-ab1a-444f-a551-e6634ef72335',
|
462 |
),
|
463 |
array(
|
466 |
'author' => __( 'Gutentor', 'gutentor' ),
|
467 |
'keywords' => array( 'testimonial', 'testimonial 2' ),
|
468 |
'categories' => array( 'testimonial' ),
|
469 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/testimonial/testimonial-2/gutentor_testimonial.json',
|
470 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/testimonial/testimonial-2/testimonial.jpg',
|
471 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/testimonial/#section-cf510900-4818-465b-8fcd-e54dae852951',
|
472 |
),
|
473 |
array(
|
476 |
'author' => __( 'Gutentor', 'gutentor' ),
|
477 |
'keywords' => array( 'timeline', 'timeline 1' ),
|
478 |
'categories' => array( 'timeline' ),
|
479 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/timeline/timeline-1/gutentor_timeline.json',
|
480 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/timeline/timeline-1/timeline.jpg',
|
481 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/timeline/#section-3b803f53-93b4-47a8-a133-1f02e3a4ad57',
|
482 |
),
|
483 |
array(
|
486 |
'author' => __( 'Gutentor', 'gutentor' ),
|
487 |
'keywords' => array( 'blog', 'blog 1' ),
|
488 |
'categories' => array( 'blog' ),
|
489 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/blog/blog-1/gutentor_blog-post.json',
|
490 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/blog/blog-1/blog.jpg',
|
491 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/blog/#section-749d8301-3bc3-480d-9d25-af0583d3154a',
|
492 |
),
|
493 |
array(
|
496 |
'author' => __( 'Gutentor', 'gutentor' ),
|
497 |
'keywords' => array( 'google-map', 'google-map 1' ),
|
498 |
'categories' => array( 'google-map' ),
|
499 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/google-map/google-map-1/gutentor_google-map-post.json',
|
500 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/google-map/google-map-1/google-map.jpg',
|
501 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/google-map/#section-90380ab9-e0eb-4857-aaf3-aa976c680c39',
|
502 |
),
|
503 |
array(
|
506 |
'author' => __( 'Gutentor', 'gutentor' ),
|
507 |
'keywords' => array( 'video-popup', 'video-popup 1' ),
|
508 |
'categories' => array( 'video-popup' ),
|
509 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/video/video-1/gutentor_video-popup.json',
|
510 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/video/video-1/video.jpg',
|
511 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/video/#section-98cd8ba9-fc36-47a6-a29b-41a6c33cf888',
|
512 |
),
|
513 |
array(
|
516 |
'author' => __( 'Gutentor', 'gutentor' ),
|
517 |
'keywords' => array( 'list', 'list 1' ),
|
518 |
'categories' => array( 'list' ),
|
519 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/list/list-1/gutentor_list.json',
|
520 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/list/list-1/list.jpg',
|
521 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/list/#section-8f4613b9-f012-4044-b04d-0f458132a42a',
|
522 |
),
|
523 |
array(
|
526 |
'author' => __( 'Gutentor', 'gutentor' ),
|
527 |
'keywords' => array( 'list', 'list 2' ),
|
528 |
'categories' => array( 'list' ),
|
529 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/list/list-2/gutentor_list.json',
|
530 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/list/list-2/list.jpg',
|
531 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/list/#section-10536d92-1a4d-4288-b7f5-8bea7d6349ea',
|
532 |
),
|
533 |
array(
|
536 |
'author' => __( 'Gutentor', 'gutentor' ),
|
537 |
'keywords' => array( 'list', 'list 3' ),
|
538 |
'categories' => array( 'list' ),
|
539 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/list/list-3/gutentor_list.json',
|
540 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/list/list-3/list.jpg',
|
541 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/list/#section-0808a464-478f-4450-a825-47c5120d2199',
|
542 |
),
|
543 |
array(
|
546 |
'author' => __( 'Gutentor', 'gutentor' ),
|
547 |
'keywords' => array( 'notification', 'notification 1' ),
|
548 |
'categories' => array( 'notification' ),
|
549 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/notification/notification-1/gutentor_notification.json',
|
550 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/notification/notification-1/notification.jpg',
|
551 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/notification/#section-24d95c46-83e8-4088-9d0b-df1bdff55fc7',
|
552 |
),
|
553 |
array(
|
556 |
'author' => __( 'Gutentor', 'gutentor' ),
|
557 |
'keywords' => array( 'notification', 'notification 2' ),
|
558 |
'categories' => array( 'notification' ),
|
559 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/notification/notification-2/gutentor_notification.json',
|
560 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/notification/notification-2/notification.jpg',
|
561 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/notification/#section-13041e64-e723-4b90-b161-116337326d10',
|
562 |
),
|
563 |
array(
|
566 |
'author' => __( 'Gutentor', 'gutentor' ),
|
567 |
'keywords' => array( 'notification', 'notification 3' ),
|
568 |
'categories' => array( 'notification' ),
|
569 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/notification/notification-3/gutentor_notification.json',
|
570 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/notification/notification-3/notification.jpg',
|
571 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/notification/#section-aafc81ad-fb2b-4753-bf93-8d14fa7753dc',
|
572 |
),
|
573 |
array(
|
576 |
'author' => __( 'Gutentor', 'gutentor' ),
|
577 |
'keywords' => array( 'notification', 'notification 4' ),
|
578 |
'categories' => array( 'notification' ),
|
579 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/notification/notification-4/gutentor_notification.json',
|
580 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/notification/notification-4/notification.jpg',
|
581 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/notification/#section-f0d29cf8-7fa6-4ab2-ab57-3ba2f7b5ff20',
|
582 |
),
|
583 |
array(
|
586 |
'author' => __( 'Gutentor', 'gutentor' ),
|
587 |
'keywords' => array( 'show-more-less', 'show-more-less 1' ),
|
588 |
'categories' => array( 'show-more-less' ),
|
589 |
+
'template_url' => 'https://demo.gutentor.com/template-library/blocks/show-more-less/show-more-less-1/gutentor_show-more.json',
|
590 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/blocks/show-more-less/show-more-less-1/show-more-less.jpg',
|
591 |
'demo_url' => 'https://www.demo.gutentor.com/free-block-demo/show-more-less/#section-1a932db4-7843-413f-b7b0-e1f44a0bb1fd',
|
592 |
),
|
593 |
array(
|
596 |
'author' => __( 'Gutentor', 'gutentor' ),
|
597 |
'keywords' => array( 'business', 'business 1' ),
|
598 |
'categories' => array( 'business' ),
|
599 |
+
'template_url' => 'https://demo.gutentor.com/template-library/templates/business/business-1/template.json',
|
600 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/templates/business/business-1/business-template.jpg',
|
601 |
'demo_url' => 'https://www.demo.gutentor.com/templates/business/',
|
602 |
),
|
603 |
array(
|
606 |
'author' => __( 'Gutentor', 'gutentor' ),
|
607 |
'keywords' => array( 'business', 'business 2' ),
|
608 |
'categories' => array( 'business' ),
|
609 |
+
'template_url' => 'https://demo.gutentor.com/template-library/templates/business/business-2/template.json',
|
610 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/templates/business/business-2/business-template.jpg',
|
611 |
'demo_url' => 'https://www.demo.gutentor.com/templates/business-2/',
|
612 |
),
|
613 |
array(
|
616 |
'author' => __( 'Gutentor', 'gutentor' ),
|
617 |
'keywords' => array( 'multipurpose', 'multipurpose 1' ),
|
618 |
'categories' => array( 'multipurpose' ),
|
619 |
+
'template_url' => 'https://demo.gutentor.com/template-library/templates/multipurpose/multipurpose-1/template.json',
|
620 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/templates/multipurpose/multipurpose-1/multipurpose-template.jpg',
|
621 |
'demo_url' => 'https://www.demo.gutentor.com/templates/multipurpose/',
|
622 |
),
|
623 |
array(
|
626 |
'author' => __( 'Gutentor', 'gutentor' ),
|
627 |
'keywords' => array( 'multipurpose', 'multipurpose 2' ),
|
628 |
'categories' => array( 'multipurpose' ),
|
629 |
+
'template_url' => 'https://demo.gutentor.com/template-library/templates/multipurpose/multipurpose-2/template.json',
|
630 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/templates/multipurpose/multipurpose-2/multipurpose-template.jpg',
|
631 |
'demo_url' => 'https://www.demo.gutentor.com/templates/multipurpose-2/',
|
632 |
),
|
633 |
array(
|
636 |
'author' => __( 'Gutentor', 'gutentor' ),
|
637 |
'keywords' => array( 'medical', 'medical 1' ),
|
638 |
'categories' => array( 'medical' ),
|
639 |
+
'template_url' => 'https://demo.gutentor.com/template-library/templates/medical/medical-1/template.json',
|
640 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/templates/medical/medical-1/medical-template.jpg',
|
641 |
'demo_url' => 'https://www.demo.gutentor.com/templates/medical-1/',
|
642 |
),
|
643 |
array(
|
646 |
'author' => __( 'Gutentor', 'gutentor' ),
|
647 |
'keywords' => array( 'education', 'education 1' ),
|
648 |
'categories' => array( 'education' ),
|
649 |
+
'template_url' => 'https://demo.gutentor.com/template-library/templates/education/education-1/template.json',
|
650 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/templates/education/education-1/education-template.jpg',
|
651 |
'demo_url' => 'https://www.demo.gutentor.com/templates/education-1/',
|
652 |
),
|
653 |
|
657 |
'author' => __( 'Gutentor', 'gutentor' ),
|
658 |
'keywords' => array( 'agency', 'agency 1' ),
|
659 |
'categories' => array( 'agency' ),
|
660 |
+
'template_url' => 'https://demo.gutentor.com/template-library/templates/agency/agency-1/template.json',
|
661 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/templates/agency/agency-1/agency-template.jpg',
|
662 |
'demo_url' => 'https://www.demo.gutentor.com/templates/agency-1/',
|
663 |
),
|
664 |
array(
|
667 |
'author' => __( 'Gutentor', 'gutentor' ),
|
668 |
'keywords' => array( 'travel', 'travel 1' ),
|
669 |
'categories' => array( 'travel' ),
|
670 |
+
'template_url' => 'https://demo.gutentor.com/template-library/templates/travel/travel-1/template.json',
|
671 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/templates/travel/travel-1/travel-template.jpg',
|
672 |
'demo_url' => 'https://www.demo.gutentor.com/templates/travel-1/',
|
673 |
),
|
674 |
array(
|
677 |
'author' => __( 'Gutentor', 'gutentor' ),
|
678 |
'keywords' => array( 'fitness', 'fitness 1' ),
|
679 |
'categories' => array( 'fitness' ),
|
680 |
+
'template_url' => 'https://demo.gutentor.com/template-library/templates/fitness/fitness-1/template.json',
|
681 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/templates/fitness/fitness-1/fitness-template.jpg',
|
682 |
'demo_url' => 'https://www.demo.gutentor.com/templates/fitness-1/',
|
683 |
),
|
684 |
array(
|
687 |
'author' => __( 'Gutentor', 'gutentor' ),
|
688 |
'keywords' => array( 'construction', 'construction 1' ),
|
689 |
'categories' => array( 'construction' ),
|
690 |
+
'template_url' => 'https://demo.gutentor.com/template-library/templates/construction/construction-1/template.json',
|
691 |
+
'screenshot_url' => 'https://demo.gutentor.com/template-library/templates/construction/construction-1/construction-template.jpg',
|
692 |
'demo_url' => 'https://www.demo.gutentor.com/templates/construction-1/',
|
693 |
),
|
694 |
);
|
709 |
}
|
710 |
|
711 |
$url = $request->get_param( 'url' );
|
712 |
+
if ( $url ) {
|
713 |
+
/*TODO: Rest API */
|
714 |
+
$body_args = [
|
715 |
+
/*API version*/
|
716 |
+
'api_version' => GUTENTOR_VERSION,
|
717 |
+
/*lang*/
|
718 |
+
'site_lang' => get_bloginfo( 'language' ),
|
719 |
+
];
|
720 |
+
$raw_json = wp_safe_remote_get( $url, [
|
721 |
+
'timeout' => 100,
|
722 |
+
'body' => $body_args,
|
723 |
+
] );
|
724 |
+
|
725 |
+
if ( ! is_wp_error( $raw_json ) ) {
|
726 |
+
$obj = json_decode( wp_remote_retrieve_body( $raw_json ) );
|
727 |
+
|
728 |
+
if ( $obj ) {
|
729 |
+
return rest_ensure_response( $obj );
|
730 |
+
}
|
731 |
+
}
|
732 |
+
}
|
733 |
+
return false;
|
734 |
}
|
735 |
|
736 |
/**
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: blocks, block, block editor, drag-and-drop, landing page, website builder,
|
|
6 |
Requires at least: 5.0
|
7 |
Tested up to: 5.3
|
8 |
Requires PHP: 5.6.20
|
9 |
-
Stable tag: 1.1.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -38,6 +38,8 @@ Gutentor is a lightweight WordPress plugin, it is optimized for performance. Inl
|
|
38 |
* Video background Options
|
39 |
* Inline, Internal or External CSS files for dynamic CSS
|
40 |
|
|
|
|
|
41 |
=== ADVANCED PAGE BUILDING BLOCKS INSIDE GUTENTOR ===
|
42 |
|
43 |
* About
|
@@ -173,6 +175,11 @@ Yes We provide Free Support via WordPress Support Forum https://wordpress.org/su
|
|
173 |
|
174 |
== Changelog ==
|
175 |
|
|
|
|
|
|
|
|
|
|
|
176 |
= 1.1.2 - 2019-10-25 =
|
177 |
* Added : Advanced List Block
|
178 |
* Added : Show More Block
|
6 |
Requires at least: 5.0
|
7 |
Tested up to: 5.3
|
8 |
Requires PHP: 5.6.20
|
9 |
+
Stable tag: 1.1.3
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
38 |
* Video background Options
|
39 |
* Inline, Internal or External CSS files for dynamic CSS
|
40 |
|
41 |
+
While you use Template Library features of Gutentor, Gutentor fetches screenshots, images and templates(demo) JSON files from [Gutentor Demo Library](https://www.demo.gutentor.com/). This helps you to import templates with a single click. You must accept [terms](https://www.gutentor.com/terms/) and [privacy](https://www.gutentor.com/privacy/) to use Gutentor Template Library Features.
|
42 |
+
|
43 |
=== ADVANCED PAGE BUILDING BLOCKS INSIDE GUTENTOR ===
|
44 |
|
45 |
* About
|
175 |
|
176 |
== Changelog ==
|
177 |
|
178 |
+
= 1.1.3 - 2019-11-01 =
|
179 |
+
* Updated : Template library url changed to gutentor
|
180 |
+
* Updated : use of wp_safe_remote_get instead of file_get_contents
|
181 |
+
* Updated : Readme file
|
182 |
+
|
183 |
= 1.1.2 - 2019-10-25 =
|
184 |
* Added : Advanced List Block
|
185 |
* Added : Show More Block
|