PluginProbe
Boxzilla – WordPress Popup Builder / trunk
Boxzilla – WordPress Popup Builder vtrunk
3.4.11 3.4.10 3.4.9 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 trunk 3.0 3.0.1 3.0.2 3.0.3 3.1 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 All 72 releases
boxzilla / src / admin / views / metaboxes / need-help.php

need-help.php in Boxzilla – WordPress Popup Builder trunk, at src/admin/views/metaboxes/need-help.php

9 lines 449 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined('ABSPATH') or exit; ?>
2 <p><?php esc_html_e('Please make sure to look at the following available resources.', 'boxzilla'); ?></p>
3 <ul class="ul-square">
4 <li><a href="https://boxzillaplugin.com/kb/">Knowledge Base</a></li>
5 <li><a href="https://wordpress.org/plugins/boxzilla/faq/">Frequently Asked Questions</a></li>
6 <li><a href="https://wordpress.org/support/plugin/boxzilla">Support forums on WordPress.org</a></li>
7 </ul>
8
9