PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / 2.9.19.4
Pods – Custom Content Types and Fields v2.9.19.4
2.7.31.4 2.8.23.5 2.9.19.5 3.0.10.5 3.1.4.3 3.2.8.4 3.3.9.2 2.8.23.4 2.9.19.4 3.0.10.4 3.1.4.2 3.2.8.3 3.3.9.1 trunk 1.14.8 2.7.31.3 2.8.23.3 2.9.19.3 3.0.10.3 3.1.4.1 3.2.0 3.2.1 3.2.1.1 3.2.2 3.2.4 3.2.5 3.2.6 3.2.7 3.2.7.1 3.2.8 3.2.8.1 3.2.8.2 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9
pods / ui / admin / help.php
pods / ui / admin Last commit date
callouts 2 weeks ago upgrade 2 weeks ago widgets 2 weeks ago components-admin.php 2 weeks ago help-addons-row.php 2 weeks ago help-addons.php 2 weeks ago help.php 2 weeks ago postbox-header.php 2 weeks ago settings-reset.php 2 weeks ago settings-settings.php 2 weeks ago settings-tools.php 2 weeks ago settings.php 2 weeks ago setup-add.php 2 weeks ago setup-edit.php 2 weeks ago shortcode.php 2 weeks ago view.php 2 weeks ago
help.php
411 lines
1 <?php
2 // Don't load directly.
3 if ( ! defined( 'ABSPATH' ) ) {
4 die( '-1' );
5 }
6 ?>
7 <div class="wrap pods-admin pods-admin--flex">
8 <div class="pods-admin-container pods-admin__content-container">
9 <div id="icon-pods" class="icon32"><br /></div>
10 <h2><?php _e( 'Get help with Pods', 'pods' ); ?></h2>
11 <img src="<?php echo esc_url( PODS_URL ); ?>ui/images/pods-logo-notext-rgb-transparent.png" class="pods-leaf-watermark-right" />
12
13 <p><?php _e( 'There are many resources available to help you learn to use Pods <a href="https://pods.io/" target="_blank" rel="noopener noreferrer">on our website</a>', 'pods'); ?>.</p>
14 <ul class="ul-disc">
15 <li><?php _e('To learn more about using Pods, see our <a href="https://docs.pods.io/" target="_blank" rel="noopener noreferrer">documentation</a> and subscribe to our <a href="https://www.youtube.com/user/podsframework/" target="_blank" rel="noopener noreferrer">YouTube Channel</a>', 'pods'); ?>.
16
17 <li><?php _e( 'To get help with a specific issue, you can ask in our <a href="https://wordpress.org/support/plugin/pods" target="_blank" rel="noopener noreferrer">support forums</a>, or you can join our <a href="https://support.pods.io/chat/" target="_blank" rel="noopener noreferrer">Live Community Slack Chat</a>', 'pods'); ?>.
18
19 <li><?php _e('To report <strong>bugs or request features</strong>, go to our <a href="https://github.com/pods-framework/pods/issues?sort=updated&direction=desc&state=open" target="_blank" rel="noopener noreferrer">GitHub</a>.', 'pods' ); ?></li>
20
21 <li><?php _e( 'Pods is open source, so you can get into the code and submit your own fixes or features. We would love to help you contribute on our project over on our <a href="https://github.com/pods-framework/pods/blob/main/docs/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">GitHub</a>', 'pods'); ?>.</li>
22
23 <li><?php
24 echo sprintf(
25 // translators: %1$s: The opening tag for the link; %2$s: The ending tag for the link.
26 esc_html__( 'Check out the complete list of %1$sFree and Premium add-ons%2$s to explore great features and integrations.', 'pods'),
27 '<a href="https://pods.io/plugins/" target="_blank" rel="noopener noreferrer">',
28 '</a>'
29 );
30 ?></li>
31 </ul>
32
33 <hr />
34
35 <style>
36 .pods-admin-help-info {
37 max-width: 800px;
38 }
39 .pods-admin-help-info td {
40 vertical-align: middle;
41 }
42
43 .pods-admin-help-info thead tr th:nth-child(1),
44 .pods-admin-help-info tbody tr td:nth-child(1) {
45 width: 50px;
46 }
47 .pods-admin-help-info thead tr th:nth-child(2),
48 .pods-admin-help-info tbody tr td:nth-child(2) {
49 width: 300px;
50 }
51 </style>
52
53 <?php
54 $addons = [
55 [
56 'label' => 'Pods Framework',
57 'icon' => 'https://ps.w.org/pods/assets/icon-256x256.png',
58 'links' => [
59 [
60 'label' => __( 'Download', 'pods' ),
61 'url' => 'https://downloads.wordpress.org/plugin/pods.zip',
62 ],
63 [
64 'label' => __( 'Learn More', 'pods' ),
65 'url' => 'https://wordpress.org/plugins/pods/',
66 ],
67 [
68 'label' => __( 'Support', 'pods' ),
69 'title' => __( 'Support Forums', 'pods' ),
70 'url' => 'https://wordpress.org/support/plugin/pods/',
71 ],
72 [
73 'label' => __( 'Docs', 'pods' ),
74 'title' => __( 'Documentation', 'pods' ),
75 'url' => 'https://docs.pods.io/',
76 ],
77 [
78 'label' => __( 'GitHub', 'pods' ),
79 'url' => 'https://github.com/pods-framework/pods',
80 ],
81 ],
82 ],
83 ];
84
85 pods_view( PODS_DIR . 'ui/admin/help-addons.php', compact( array_keys( get_defined_vars() ) ) );
86 ?>
87
88 <h2><?php esc_html_e( 'Official Free Add-Ons', 'pods' ); ?></h2>
89
90 <?php
91 $addons = [
92 [
93 'label' => 'Pods Beaver Themer Add-On',
94 'description' => __( 'Integrates Pods with Beaver Themer', 'pods' ),
95 'icon' => 'https://ps.w.org/pods-beaver-builder-themer-add-on/assets/icon-256x256.png',
96 'links' => [
97 [
98 'label' => __( 'Download', 'pods' ),
99 'url' => 'https://downloads.wordpress.org/plugin/pods-beaver-builder-themer-add-on.zip',
100 ],
101 [
102 'label' => __( 'Learn More', 'pods' ),
103 'url' => 'https://wordpress.org/plugins/pods-beaver-builder-themer-add-on/',
104 ],
105 [
106 'label' => __( 'Support', 'pods' ),
107 'title' => __( 'Support Forums', 'pods' ),
108 'url' => 'https://wordpress.org/support/plugin/pods-beaver-builder-themer-add-on/',
109 ],
110 [
111 'label' => __( 'Docs', 'pods' ),
112 'title' => __( 'Documentation', 'pods' ),
113 'url' => 'https://docs.pods.io/plugins/pods-beaver-themer-add-on/',
114 ],
115 [
116 'label' => __( 'GitHub', 'pods' ),
117 'url' => 'https://github.com/pods-framework/pods-beaver-builder-themer-add-on',
118 ],
119 ],
120 ],
121 [
122 'label' => 'Pods Gravity Forms Add-On',
123 'description' => __( 'Integrates Pods with Gravity Forms', 'pods' ),
124 'icon' => 'https://ps.w.org/pods-gravity-forms/assets/icon-256x256.png',
125 'links' => [
126 [
127 'label' => __( 'Download', 'pods' ),
128 'url' => 'https://downloads.wordpress.org/plugin/pods-gravity-forms.zip',
129 ],
130 [
131 'label' => __( 'Learn More', 'pods' ),
132 'url' => 'https://wordpress.org/plugins/pods-gravity-forms/',
133 ],
134 [
135 'label' => __( 'Support', 'pods' ),
136 'title' => __( 'Support Forums', 'pods' ),
137 'url' => 'https://wordpress.org/support/plugin/pods-gravity-forms/',
138 ],
139 [
140 'label' => __( 'Docs', 'pods' ),
141 'title' => __( 'Documentation', 'pods' ),
142 'url' => 'https://docs.pods.io/plugins/pods-gravity-forms-add-on/',
143 ],
144 [
145 'label' => __( 'GitHub', 'pods' ),
146 'url' => 'https://github.com/pods-framework/pods-gravity-forms',
147 ],
148 ],
149 ],
150 [
151 'label' => 'Pods Alternative Cache Add-On',
152 'description' => __( 'Speed up Pods on servers with limited object caching capabilities', 'pods' ),
153 'icon' => 'https://ps.w.org/pods-alternative-cache/assets/icon-256x256.png',
154 'links' => [
155 [
156 'label' => __( 'Download', 'pods' ),
157 'url' => 'https://downloads.wordpress.org/plugin/pods-alternative-cache.zip',
158 ],
159 [
160 'label' => __( 'Learn More', 'pods' ),
161 'url' => 'https://wordpress.org/plugins/pods-alternative-cache/',
162 ],
163 [
164 'label' => __( 'Support', 'pods' ),
165 'title' => __( 'Support Forums', 'pods' ),
166 'url' => 'https://wordpress.org/support/plugin/pods-alternative-cache/',
167 ],
168 [
169 'label' => __( 'Docs', 'pods' ),
170 'title' => __( 'Documentation', 'pods' ),
171 'url' => 'https://docs.pods.io/plugins/pods-alternative-cache/',
172 ],
173 [
174 'label' => __( 'GitHub', 'pods' ),
175 'url' => 'https://github.com/pods-framework/pods-alternative-cache',
176 ],
177 ],
178 ],
179 [
180 'label' => 'Pods SEO Add-On',
181 'description' => __( 'Integrates Pods Advanced Content Types with Yoast SEO', 'pods' ),
182 'icon' => 'https://ps.w.org/pods-seo/assets/icon-256x256.png',
183 'links' => [
184 [
185 'label' => __( 'Download', 'pods' ),
186 'url' => 'https://downloads.wordpress.org/plugin/pods-seo.zip',
187 ],
188 [
189 'label' => __( 'Learn More', 'pods' ),
190 'url' => 'https://wordpress.org/plugins/pods-seo/',
191 ],
192 [
193 'label' => __( 'Support', 'pods' ),
194 'title' => __( 'Support Forums', 'pods' ),
195 'url' => 'https://wordpress.org/support/plugin/pods-seo/',
196 ],
197 [
198 'label' => __( 'GitHub', 'pods' ),
199 'url' => 'https://github.com/pods-framework/pods-seo',
200 ],
201 ],
202 ],
203 [
204 'label' => 'Pods AJAX Views Add-On',
205 'description' => __( 'Adds new functions you can use to output template parts that load via AJAX after other page elements', 'pods' ),
206 'icon' => 'https://ps.w.org/pods-ajax-views/assets/icon-256x256.png',
207 'links' => [
208 [
209 'label' => __( 'Download', 'pods' ),
210 'url' => 'https://downloads.wordpress.org/plugin/pods-ajax-views.zip',
211 ],
212 [
213 'label' => __( 'Learn More', 'pods' ),
214 'url' => 'https://wordpress.org/plugins/pods-ajax-views/',
215 ],
216 [
217 'label' => __( 'Support', 'pods' ),
218 'title' => __( 'Support Forums', 'pods' ),
219 'url' => 'https://wordpress.org/support/plugin/pods-ajax-views/',
220 ],
221 [
222 'label' => __( 'GitHub', 'pods' ),
223 'url' => 'https://github.com/pods-framework/pods-ajax-views',
224 ],
225 ],
226 ],
227 ];
228
229 pods_view( PODS_DIR . 'ui/admin/help-addons.php', compact( array_keys( get_defined_vars() ) ) );
230 ?>
231
232 <h2><?php esc_html_e( 'Third-party Free Add-Ons', 'pods' ); ?></h2>
233
234 <?php
235 $addons = [
236 [
237 'label' => 'Paid Memberships Pro - Pods Add-On',
238 'description' => __( 'Integrates Pods with Paid Memberships Pro', 'pods' ),
239 'icon' => 'https://ps.w.org/pmpro-pods/assets/icon-256x256.png',
240 'links' => [
241 [
242 'label' => __( 'Download', 'pods' ),
243 'url' => 'https://downloads.wordpress.org/plugin/pmpro-pods.zip',
244 ],
245 [
246 'label' => __( 'Learn More', 'pods' ),
247 'url' => 'https://wordpress.org/plugins/pmpro-pods/',
248 ],
249 [
250 'label' => __( 'Support', 'pods' ),
251 'title' => __( 'Support Forums', 'pods' ),
252 'url' => 'https://wordpress.org/support/plugin/pmpro-pods/',
253 ],
254 [
255 'label' => __( 'Docs', 'pods' ),
256 'title' => __( 'Documentation', 'pods' ),
257 'url' => 'https://www.paidmembershipspro.com/add-ons/pods-integration/',
258 ],
259 [
260 'label' => __( 'GitHub', 'pods' ),
261 'url' => 'https://github.com/strangerstudios/pmpro-pods',
262 ],
263 ],
264 ],
265 [
266 'label' => 'Panda Pods Repeater Field Add-On',
267 'description' => __( '(Advanced setup required) Add groups of fields that repeat and are stored in their own custom database table', 'pods' ),
268 'icon' => 'https://ps.w.org/panda-pods-repeater-field/assets/icon-128x128.png',
269 'links' => [
270 [
271 'label' => __( 'Download', 'pods' ),
272 'url' => 'https://downloads.wordpress.org/plugin/panda-pods-repeater-field.zip',
273 ],
274 [
275 'label' => __( 'Learn More', 'pods' ),
276 'url' => 'https://wordpress.org/plugins/panda-pods-repeater-field/',
277 ],
278 [
279 'label' => __( 'Support', 'pods' ),
280 'title' => __( 'Support Forums', 'pods' ),
281 'url' => 'https://wordpress.org/support/plugin/panda-pods-repeater-field/',
282 ],
283 [
284 'label' => __( 'GitHub', 'pods' ),
285 'url' => 'https://github.com/coding-panda/panda-pods-repeater-field',
286 ],
287 ],
288 ],
289 ];
290
291 pods_view( PODS_DIR . 'ui/admin/help-addons.php', compact( array_keys( get_defined_vars() ) ) );
292 ?>
293
294 <h2><?php esc_html_e( 'Pods Pro by SKCDEV Premium Add-Ons', 'pods' ); ?></h2>
295
296 <p><?php esc_html_e( 'These add-ons were developed by the Lead Developer of the Pods Framework project as a way to fund development of unique features and integrations that take Pods further.', 'pods' ); ?></p>
297
298 <?php
299 $addons = [
300 [
301 'label' => 'List Tables Add-On',
302 'description' => __( 'A new block and shortcode to list/filter content from Pods in a table format', 'pods' ),
303 'icon' => 'https://pods-pro.skc.dev/wp-content/uploads/edd/2021/05/List-Tables-150x150.png',
304 'links' => [
305 [
306 'label' => __( 'Download', 'pods' ),
307 'url' => 'https://pods-pro.skc.dev/dashboard/downloads/',
308 ],
309 [
310 'label' => __( 'Learn More', 'pods' ),
311 'url' => 'https://pods-pro.skc.dev/downloads/list-tables/',
312 ],
313 [
314 'label' => __( 'Support', 'pods' ),
315 'url' => 'https://pods-pro.skc.dev/dashboard/get-support/',
316 ],
317 ],
318 ],
319 [
320 'label' => 'Page Builder Toolkit Add-On',
321 'description' => __( 'Integrates Pods with Beaver Builder, Beaver Themer, Divi Theme, Elementor, GenerateBlocks, and Oxygen Builder', 'pods' ),
322 'icon' => 'https://pods-pro.skc.dev/wp-content/uploads/edd/2020/10/page-builder-toolkit@4x-150x150.png',
323 'links' => [
324 [
325 'label' => __( 'Download', 'pods' ),
326 'url' => 'https://pods-pro.skc.dev/dashboard/downloads/',
327 ],
328 [
329 'label' => __( 'Learn More', 'pods' ),
330 'url' => 'https://pods-pro.skc.dev/downloads/page-builder-toolkit/',
331 ],
332 [
333 'label' => __( 'Support', 'pods' ),
334 'url' => 'https://pods-pro.skc.dev/dashboard/get-support/',
335 ],
336 ],
337 ],
338 [
339 'label' => 'Advanced Relationships Storage Add-On',
340 'description' => __( 'Advanced options for relationship storage', 'pods' ),
341 'icon' => 'https://pods-pro.skc.dev/wp-content/uploads/edd/2020/10/advanced-relationship-storage@4x-150x150.png',
342 'links' => [
343 [
344 'label' => __( 'Download', 'pods' ),
345 'url' => 'https://pods-pro.skc.dev/dashboard/downloads/',
346 ],
347 [
348 'label' => __( 'Learn More', 'pods' ),
349 'url' => 'https://pods-pro.skc.dev/downloads/advanced-relationship-storage/',
350 ],
351 [
352 'label' => __( 'Support', 'pods' ),
353 'url' => 'https://pods-pro.skc.dev/dashboard/get-support/',
354 ],
355 ],
356 ],
357 [
358 'label' => 'TablePress Integration Add-On',
359 'description' => __( 'Integrates Pods with TablePress', 'pods' ),
360 'icon' => 'https://pods-pro.skc.dev/wp-content/uploads/edd/2020/10/tablepress-integration@4x-150x150.png',
361 'links' => [
362 [
363 'label' => __( 'Download', 'pods' ),
364 'url' => 'https://pods-pro.skc.dev/dashboard/downloads/',
365 ],
366 [
367 'label' => __( 'Learn More', 'pods' ),
368 'url' => 'https://pods-pro.skc.dev/downloads/tablepress-integration/',
369 ],
370 [
371 'label' => __( 'Support', 'pods' ),
372 'url' => 'https://pods-pro.skc.dev/dashboard/get-support/',
373 ],
374 ],
375 ],
376 [
377 'label' => 'Advanced Permalinks Add-On',
378 'description' => __( 'Advanced permalink structures and taxonomy landing pages', 'pods' ),
379 'icon' => 'https://pods-pro.skc.dev/wp-content/uploads/edd/2020/10/advanced-permalinks@4x-150x150.png',
380 'links' => [
381 [
382 'label' => __( 'Download', 'pods' ),
383 'url' => 'https://pods-pro.skc.dev/dashboard/downloads/',
384 ],
385 [
386 'label' => __( 'Learn More', 'pods' ),
387 'url' => 'https://pods-pro.skc.dev/downloads/advanced-permalinks/',
388 ],
389 [
390 'label' => __( 'Support', 'pods' ),
391 'url' => 'https://pods-pro.skc.dev/dashboard/get-support/',
392 ],
393 ],
394 ],
395 ];
396
397 pods_view( PODS_DIR . 'ui/admin/help-addons.php', compact( array_keys( get_defined_vars() ) ) );
398 ?>
399 </div>
400
401 <?php
402 /**
403 * Allow additional output after the container area of the Pods help screen.
404 *
405 * @since 2.7.17
406 */
407 do_action( 'pods_admin_after_help' );
408 ?>
409
410 </div>
411