PluginProbe
Sharing Image / 2.0.7
Sharing Image v2.0.7
3.10 trunk 2.0 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0 3.1 3.2 3.3 All 29 releases
sharing-image / templates / widget.php

widget.php in Sharing Image 2.0.7, at templates/widget.php

22 lines 378 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Sharing Image widget template.
4 *
5 * @package sharing-image
6 * @author Anton Lukin
7 */
8
9 namespace Sharing_Image;
10
11 if ( ! defined( 'ABSPATH' ) ) {
12 die;
13 }
14
15 ?>
16
17 <div class="sharing-image-widget">
18 <div class="hide-if-js">
19 <p><?php esc_html_e( 'This widget requires JavaScript. Enable it in your browser settings, please.', 'sharing-image' ); ?></p>
20 </div>
21 </div>
22