header-icon.php
5 years ago
header.php
5 years ago
section.php
5 years ago
setting-date.php
5 years ago
setting-label-icons.php
5 years ago
setting-label.php
5 years ago
setting-message.php
5 years ago
setting-pro.php
5 years ago
setting-width.php
5 years ago
header.php
10 lines
| 1 | <?php |
| 2 | |
| 3 | if ( ! defined( 'ABSPATH' ) ) { |
| 4 | exit; |
| 5 | } |
| 6 | |
| 7 | ?> |
| 8 | <span class="ac-column-heading-setting ac-column-heading-setting--<?= esc_attr( $this->setting ); ?> <?= $this->class ? esc_attr( $this->class ) : ''; ?>" title="<?= esc_attr( $this->title ); ?>" data-setting="<?= esc_attr( $this->setting ); ?>"> |
| 9 | <?= $this->content; ?> |
| 10 | </span> |