PluginProbe
Metricool – Social media and site statistics / trunk
Metricool – Social media and site statistics vtrunk
2.1.0 2.0.2 2.0.1 2.0.0 1.27 trunk
metricool / views / admin / share-post / column-header.php

column-header.php in Metricool – Social media and site statistics trunk, at views/admin/share-post/column-header.php

15 lines 178 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 * Variables that should be passed to the view
9 * @var string $label
10 */
11 ?>
12
13 <span>
14 <?php echo esc_html($label); ?>
15 </span>