# sharing-image/2.0.2/templates/widget.php

Sharing Image, version 2.0.2. 22 lines.

- Page: https://pluginprobe.com/plugins/sharing-image/2.0.2/code/templates/widget.php
- Raw: https://pluginprobe.com/plugins/sharing-image/2.0.2/raw/templates/widget.php
- Modified: 2021-11-04T11:20:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sharing-image/2.0.2/code/templates/widget.php#L10-L20`.

```php
<?php
/**
 * Sharing Image widget template.
 *
 * @package sharing-image
 * @author  Anton Lukin
 */

namespace Sharing_Image;

if ( ! defined( 'ABSPATH' ) ) {
	die;
}

?>

<div class="sharing-image-widget">
	<div class="hide-if-js">
		<p><?php esc_html_e( 'This widget requires JavaScript. Enable it in your browser settings, please.', 'sharing-image' ); ?></p>
	</div>
</div>

```
