| 1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> |
| 2 |
|
| 3 |
<h3><?php echo esc_html__( 'Documentation', 'wpcasa' ) ?></h3> |
| 4 |
<p><?php echo esc_html__( 'Check out our documentation where most of the settings and features are explained.', 'wpcasa' ) ?></p> |
| 5 |
<a href="https://docs.wpcasa.com/" target="_blank" class="button button-primary button-text-icon"><span class="dashicons dashicons-editor-help"></span><?php echo esc_html__( 'Read Documentation', 'wpcasa' ) ?></a> |