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