footer
4 years ago
sui-accordion.php
4 years ago
sui-box-header.php
5 years ago
sui-button.php
4 years ago
sui-checkbox.php
5 years ago
sui-footer.php
5 years ago
sui-header.php
5 years ago
sui-icon.php
5 years ago
sui-notice.php
5 years ago
sui-row.php
5 years ago
sui-select.php
5 years ago
sui-settings-row.php
5 years ago
sui-tabs.php
5 years ago
sui-tutorials.php
4 years ago
sui-tutorials.php
17 lines
| 1 | <?php |
| 2 | /** |
| 3 | * SUI Tutorials. |
| 4 | * |
| 5 | * @uses ./sui-icon |
| 6 | * |
| 7 | * @package Hustle |
| 8 | * @since 4.4.6 |
| 9 | */ |
| 10 | $hide_docs = apply_filters( 'wpmudev_branding_hide_doc_link', false ); |
| 11 | $is_member = 'expired' !== Opt_In_Utils::get_membership_status(); |
| 12 | |
| 13 | if ( ! $hide_docs && $is_member ) { |
| 14 | |
| 15 | echo '<div id="hustle-tutorials-slider" class="sui-box" style="background-color: transparent; box-shadow: none;"></div>'; |
| 16 | } |
| 17 |