tooltip-body.php 228 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <template id="pointer-<?php echo esc_attr( $this->id ); ?>" style="display:none;"> <h3><?php echo esc_html( $this->title ); ?></h3> <?php echo $this->content; ?> </template>