%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/plugins/codepress-admin-columns/templates/settings/ |
Current File : //var/www/cwg/wp-content/plugins/codepress-admin-columns/templates/settings/header-icon.php |
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } $classes = [ 'ac-column-heading-setting', 'ac-column-indicator--' . $this->setting, 'ac-column-indicator', ]; if ( $this->dashicon ) { $classes[] = 'dashicons'; $classes[] = $this->dashicon; } if ( $this->class ) { $classes[] = $this->class; } if ( 'on' === $this->state ) { $classes[] = 'on'; } ?> <span class="<?php echo esc_attr( implode( ' ', $classes ) ); ?>" title="<?php echo esc_attr( $this->title ); ?>" data-setting="<?php echo esc_attr( $this->setting ); ?>" data-indicator-toggle="" > </span>