footer
2 years ago
sui-accordion.php
10 months ago
sui-box-header.php
3 years ago
sui-button.php
4 years ago
sui-checkbox.php
3 years ago
sui-footer.php
3 years ago
sui-header.php
4 years ago
sui-icon.php
5 years ago
sui-notice.php
3 years ago
sui-row.php
3 years ago
sui-select.php
3 years ago
sui-settings-row.php
5 months ago
sui-tabs.php
3 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 | |
| 11 | $hide_docs = apply_filters( 'wpmudev_branding_hide_doc_link', false ); |
| 12 | $hidden = get_option( 'hustle-hide_tutorials' ); |
| 13 | |
| 14 | if ( ! $hide_docs && ! $hidden ) { |
| 15 | echo '<div id="hustle-tutorials-slider" class="sui-box" style="background-color: transparent; box-shadow: none;"></div>'; |
| 16 | } |
| 17 |