PluginProbe
Boxzilla – WordPress Popup Builder / 3.2.18
Boxzilla – WordPress Popup Builder v3.2.18
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 3.2.18, at src/admin/views/metaboxes/need-help.php

9 lines 436 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 _e( 'Please make sure to look at the following available resources.', 'boxzilla' ); ?></p>
3 <ul class="ul-square">
4 <li><a href="https://kb.boxzillaplugin.com/">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