sui-listing
5 years ago
sui-wizard
5 years ago
wizard
5 years ago
modal-template.php
5 years ago
options.php
5 years ago
pagination.php
5 years ago
view-documentation.php
5 years ago
view-documentation.php
22 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Title section. |
| 4 | * |
| 5 | * @package Hustle |
| 6 | * @since 4.3.1 |
| 7 | */ |
| 8 | |
| 9 | $hide = apply_filters( 'wpmudev_branding_hide_doc_link', false ); |
| 10 | if ( ! $hide ) : |
| 11 | ?> |
| 12 | <div class="sui-actions-right"> |
| 13 | <a |
| 14 | href="https://premium.wpmudev.org/docs/wpmu-dev-plugins/hustle/#<?php echo esc_attr( $docs_section ); ?>" |
| 15 | target="_blank" |
| 16 | class="sui-button sui-button-ghost" |
| 17 | > |
| 18 | <span class="sui-icon-academy"></span> <?php esc_html_e( 'View Documentation', 'hustle' ); ?> |
| 19 | </a> |
| 20 | </div> |
| 21 | <?php endif; ?> |
| 22 |