PluginProbe
Post Grid Gutenberg Blocks – PostX / 2.1.1
Post Grid Gutenberg Blocks – PostX v2.1.1
5.0.39 5.0.38 5.0.37 5.0.36 5.0.35 5.0.34 5.0.33 5.0.32 5.0.31 5.0.30 5.0.29 5.0.28 5.0.27 5.0.26 5.0.25 5.0.23 5.0.24 5.0.22 5.0.21 5.0.20 5.0.19 5.0.18 5.0.17 2.1.1 2.1.2 All 237 releases
ultimate-post / classes / options / Footer.php

Footer.php in Post Grid Gutenberg Blocks – PostX 2.1.1, at classes/options/Footer.php

19 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="ultp-content-wrap">
2 <div class="ultp-helps-items">
3 <div class="ultp-helps-item ultp-admin-card">
4 <h4><?php _e('Documentations', 'ultimate-post'); ?></h4>
5 <div><?php _e('Got a question? Read our super rich documentation and solve your problem ASAP.', 'ultimate-post'); ?></div>
6 <a class="ultp-btn ultp-btn-transparent" target="_blank" href="https://docs.wpxpo.com/gutenberg-post-blocks/system-requirements/"><?php esc_html_e('Documentation', 'ultimate-post'); ?></a>
7 </div>
8 <div class="ultp-helps-item ultp-admin-card">
9 <h4><?php _e('Submit Your Review', 'ultimate-post'); ?></h4>
10 <div><?php _e('Are you satisfied with this plugin? Submit your valuable review in Wordpress directory.', 'ultimate-post'); ?></div>
11 <a class="ultp-btn ultp-btn-transparent" target="_blank" href="https://wordpress.org/support/plugin/ultimate-post/reviews/#new-post"><?php esc_html_e('Leave a Review', 'ultimate-post'); ?></a>
12 </div>
13 <div class="ultp-helps-item ultp-admin-card">
14 <h4><?php _e('Need any Helps', 'ultimate-post'); ?></h4>
15 <div><?php _e('Have you any questions? Our super fast support ninja is waiting for your problems.', 'ultimate-post'); ?></div>
16 <a class="ultp-btn ultp-btn-transparent" target="_blank" href="https://www.wpxpo.com/contact/?utm_campaign=go_premium"><?php esc_html_e('Submit a Ticket »', 'ultimate-post'); ?></a>
17 </div>
18 </div>
19 </div><!--/helps-->