tooltip-label.php 244 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <a class="ac-pointer instructions" rel="pointer-<?php echo esc_attr( $this->id ); ?>" data-pos="<?php echo esc_attr( $this->position ); ?>" data-width="300"> <?php echo $this->label; ?> </a>