PluginProbe
Admin Columns / 4.3.2
Admin Columns v4.3.2
7.1.4 7.0.19 2.3.5 2.4 2.4.1 2.4.10 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.6.1 2.5.6.2 2.5.6.3 2.5.6.4 3.0 3.0.1 All 113 releases
codepress-admin-columns / templates / admin / tooltip-body.php
tooltip-body.php
12 lines 218 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 if ( ! defined( 'ABSPATH' ) ) {
4 exit;
5 }
6
7 ?>
8
9 <div id="pointer-<?php echo esc_attr( $this->id ); ?>" style="display:none;">
10 <h3><?php echo esc_html( $this->title ); ?></h3>
11 <?php echo $this->content; ?>
12 </div>