PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / 2.8.23.4
Pods – Custom Content Types and Fields v2.8.23.4
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.php 2 weeks ago postbox-header.php 2 weeks ago settings-reset.php 2 weeks ago settings-settings.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
264 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 </ul>
23
24 <hr />
25
26 <style>
27 .pods-admin-help-info {
28 max-width: 800px;
29 }
30 .pods-admin-help-info td {
31 vertical-align: middle;
32 }
33
34 .pods-admin-help-info thead tr th:nth-child(1),
35 .pods-admin-help-info tbody tr td:nth-child(1) {
36 width: 50px;
37 }
38 .pods-admin-help-info thead tr th:nth-child(2),
39 .pods-admin-help-info tbody tr td:nth-child(2) {
40 width: 300px;
41 }
42 </style>
43
44 <table class="pods-admin-help-info widefat striped fixed">
45 <thead>
46 <tr>
47 <th></th>
48 <th><?php esc_html_e( 'Plugin', 'pods' ); ?></th>
49 <th><?php esc_html_e( 'Links', 'pods' ); ?></th>
50 </tr>
51 </thead>
52 <tbody>
53 <tr>
54 <td>
55 <a href="https://wordpress.org/plugins/pods/" target="_blank" rel="noopener noreferrer"
56 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
57 <img width="50" height="50" src="https://ps.w.org/pods/assets/icon-256x256.png" class="attachment-thumbnail size-thumbnail" alt="Pods Framework" loading="lazy" >
58 </a>
59 </td>
60 <td>
61 <a href="https://wordpress.org/plugins/pods/" target="_blank" rel="noopener noreferrer"
62 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
63 Pods Framework
64 </a>
65 </td>
66 <td>
67 <a href="https://downloads.wordpress.org/plugin/pods.zip" target="_blank" rel="noopener noreferrer">
68 <?php esc_html_e( 'Download' ); ?>
69 </a> |
70 <a href="https://wordpress.org/support/plugin/pods/" target="_blank" rel="noopener noreferrer"
71 title="<?php esc_attr_e( 'Support Forums', 'pods' ); ?>">
72 <?php esc_html_e( 'Support', 'pods' ); ?>
73 </a> |
74 <a href="https://docs.pods.io/" target="_blank" rel="noopener noreferrer"
75 title="<?php esc_attr_e( 'Documentation', 'pods' ); ?>">
76 <?php esc_html_e( 'Docs', 'pods' ); ?>
77 </a> |
78 <a href="https://github.com/pods-framework/pods" target="_blank" rel="noopener noreferrer">
79 <?php esc_html_e( 'GitHub', 'pods' ); ?>
80 </a>
81 </td>
82 </tr>
83 </tbody>
84 </table>
85
86 <h2><?php esc_html_e( 'Official Free Add-Ons', 'pods' ); ?></h2>
87 <table class="pods-admin-help-info widefat">
88 <thead>
89 <tr>
90 <th></th>
91 <th><?php esc_html_e( 'Plugin', 'pods' ); ?></th>
92 <th><?php esc_html_e( 'Links', 'pods' ); ?></th>
93 </tr>
94 </thead>
95 <tbody>
96 <tr>
97 <td>
98 <a href="https://wordpress.org/plugins/pods-beaver-builder-themer-add-on/" target="_blank" rel="noopener noreferrer"
99 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
100 <img width="50" height="50" src="https://ps.w.org/pods-beaver-builder-themer-add-on/assets/icon-256x256.png" class="attachment-thumbnail size-thumbnail" alt="Pods Beaver Themer Add-On" loading="lazy" >
101 </a>
102 </td>
103 <td>
104 <a href="https://wordpress.org/plugins/pods-beaver-builder-themer-add-on/" target="_blank" rel="noopener noreferrer"
105 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
106 Pods Beaver Themer Add-On
107 </a>
108 </td>
109 <td>
110 <a href="https://downloads.wordpress.org/plugin/pods-beaver-builder-themer-add-on.zip" target="_blank" rel="noopener noreferrer">
111 <?php esc_html_e( 'Download' ); ?>
112 </a> |
113 <a href="https://wordpress.org/support/plugin/pods-beaver-builder-themer-add-on/" target="_blank" rel="noopener noreferrer"
114 title="<?php esc_attr_e( 'Support Forums', 'pods' ); ?>">
115 <?php esc_html_e( 'Support', 'pods' ); ?>
116 </a> |
117 <a href="https://docs.pods.io/plugins/pods-beaver-themer-add-on/" target="_blank" rel="noopener noreferrer"
118 title="<?php esc_attr_e( 'Documentation', 'pods' ); ?>">
119 <?php esc_html_e( 'Docs', 'pods' ); ?>
120 </a> |
121 <a href="https://github.com/pods-framework/pods-beaver-builder-themer-add-on" target="_blank" rel="noopener noreferrer">
122 <?php esc_html_e( 'GitHub', 'pods' ); ?>
123 </a>
124 </td>
125 </tr>
126
127 <tr>
128 <td>
129 <a href="https://wordpress.org/plugins/pods-gravity-forms/" target="_blank" rel="noopener noreferrer"
130 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>'">
131 <img width="50" height="50" src="https://ps.w.org/pods-gravity-forms/assets/icon-256x256.png" class="attachment-thumbnail size-thumbnail" alt="Pods Gravity Forms Add-on" loading="lazy" >
132 </a>
133 </td>
134 <td>
135 <a href="https://wordpress.org/plugins/pods-gravity-forms/" target="_blank" rel="noopener noreferrer"
136 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
137 Pods Gravity Forms Add-on
138 </a>
139 </td>
140 <td>
141 <a href="https://downloads.wordpress.org/plugin/pods-gravity-forms.zip" target="_blank" rel="noopener noreferrer">
142 <?php esc_html_e( 'Download' ); ?>
143 </a> |
144 <a href="https://wordpress.org/support/plugin/pods-gravity-forms/" target="_blank" rel="noopener noreferrer"
145 title="<?php esc_attr_e( 'Support Forums', 'pods' ); ?>">
146 <?php esc_html_e( 'Support', 'pods' ); ?>
147 </a> |
148 <a href="https://docs.pods.io/plugins/pods-gravity-forms-add-on/" target="_blank" rel="noopener noreferrer"
149 title="<?php esc_attr_e( 'Documentation', 'pods' ); ?>">
150 <?php esc_html_e( 'Docs', 'pods' ); ?>
151 </a> |
152 <a href="https://github.com/pods-framework/pods-gravity-forms" target="_blank" rel="noopener noreferrer">
153 <?php esc_html_e( 'GitHub', 'pods' ); ?>
154 </a>
155 </td>
156 </tr>
157
158 <tr>
159 <td>
160 <a href="https://wordpress.org/plugins/pods-alternative-cache/" target="_blank" rel="noopener noreferrer"
161 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
162 <img width="50" height="50" src="https://ps.w.org/pods-alternative-cache/assets/icon-256x256.png" class="attachment-thumbnail size-thumbnail" alt="Pods Alternative Cache" loading="lazy" >
163 </a>
164 </td>
165 <td>
166 <a href="https://wordpress.org/plugins/pods-alternative-cache/" target="_blank" rel="noopener noreferrer"
167 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
168 Pods Alternative Cache
169 </a>
170 </td>
171 <td>
172 <a href="https://downloads.wordpress.org/plugin/pods-alternative-cache.zip" target="_blank" rel="noopener noreferrer">
173 <?php esc_html_e( 'Download' ); ?>
174 </a> |
175 <a href="https://wordpress.org/support/plugin/pods-alternative-cache/" target="_blank" rel="noopener noreferrer"
176 title="<?php esc_attr_e( 'Support Forums', 'pods' ); ?>">
177 <?php esc_html_e( 'Support', 'pods' ); ?>
178 </a> |
179 <a href="https://docs.pods.io/plugins/pods-alternative-cache/" target="_blank" rel="noopener noreferrer"
180 title="<?php esc_attr_e( 'Documentation', 'pods' ); ?>">
181 <?php esc_html_e( 'Docs', 'pods' ); ?>
182 </a> |
183 <a href="https://github.com/pods-framework/pods-alternative-cache" target="_blank" rel="noopener noreferrer">
184 <?php esc_html_e( 'GitHub', 'pods' ); ?>
185 </a>
186 </td>
187 </tr>
188
189 <tr>
190 <td>
191 <a href="https://wordpress.org/plugins/pods-seo/" target="_blank" rel="noopener noreferrer"
192 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
193 <img width="50" height="50" src="https://ps.w.org/pods-seo/assets/icon-256x256.png" class="attachment-thumbnail size-thumbnail" alt="Pods SEO" loading="lazy" >
194 </a>
195 </td>
196 <td>
197 <a href="https://wordpress.org/plugins/pods-seo/" target="_blank" rel="noopener noreferrer"
198 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
199 Pods SEO
200 </a>
201 </td>
202 <td>
203 <a href="https://downloads.wordpress.org/plugin/pods-seo.zip" target="_blank" rel="noopener noreferrer">
204 <?php esc_html_e( 'Download' ); ?>
205 </a> |
206 <a href="https://wordpress.org/support/plugin/pods-seo/" target="_blank" rel="noopener noreferrer"
207 title="<?php esc_attr_e( 'Support Forums', 'pods' ); ?>">
208 <?php esc_html_e( 'Support', 'pods' ); ?>
209 </a> |
210 <a href="https://github.com/pods-framework/pods-seo" target="_blank" rel="noopener noreferrer">
211 <?php esc_html_e( 'GitHub', 'pods' ); ?>
212 </a>
213 </td>
214 </tr>
215
216 <tr>
217 <td>
218 <a href="https://wordpress.org/plugins/pods-ajax-views/" target="_blank" rel="noopener noreferrer"
219 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
220 <img width="50" height="50" src="https://ps.w.org/pods-ajax-views/assets/icon-256x256.png" class="attachment-thumbnail size-thumbnail" alt="Pods AJAX Views" loading="lazy" >
221 </a>
222 </td>
223 <td>
224 <a href="https://wordpress.org/plugins/pods-ajax-views/" target="_blank" rel="noopener noreferrer"
225 title="<?php esc_attr_e( 'View plugin on WordPress.org', 'pods' ); ?>">
226 Pods AJAX Views
227 </a>
228 </td>
229 <td>
230 <a href="https://downloads.wordpress.org/plugin/pods-ajax-views.zip" target="_blank" rel="noopener noreferrer">
231 <?php esc_html_e( 'Download' ); ?>
232 </a> |
233 <a href="https://wordpress.org/support/plugin/pods-ajax-views/" target="_blank" rel="noopener noreferrer"
234 title="<?php esc_attr_e( 'Support Forums', 'pods' ); ?>">
235 <?php esc_html_e( 'Support', 'pods' ); ?>
236 </a> |
237 <a href="https://github.com/pods-framework/pods-ajax-views" target="_blank" rel="noopener noreferrer">
238 <?php esc_html_e( 'GitHub', 'pods' ); ?>
239 </a>
240 </td>
241 </tr>
242 </tbody>
243 </table>
244
245 <div class="note">
246 <h3>Are you looking for help with Pods Pro by SKCDEV?</h3>
247 <p>Pods Pro by SKCDEV is separate from Pods. You can get support by logging into the
248 <a href="https://pods-pro.skc.dev/" target="_blank" rel="noopener noreferrer">Pods Pro by SKCDEV site</a>
249 and going to your Dashboard area.
250 </p>
251 </div>
252 </div>
253
254 <?php
255 /**
256 * Allow additional output after the container area of the Pods help screen.
257 *
258 * @since 2.7.17
259 */
260 do_action( 'pods_admin_after_help' );
261 ?>
262
263 </div>
264