# propertyhive/2.2.2/templates/single-property/share.php

Property Hive, version 2.2.2. 16 lines.

- Page: https://pluginprobe.com/plugins/propertyhive/2.2.2/code/templates/single-property/share.php
- Raw: https://pluginprobe.com/plugins/propertyhive/2.2.2/raw/templates/single-property/share.php
- Modified: 2015-11-30T09:44:04+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/propertyhive/2.2.2/code/templates/single-property/share.php#L10-L20`.

```php
<?php
/**
 * Single Property Share
 *
 * Sharing plugins can hook into here or you can add your own code directly.
 *
 * @author 		PropertyHive
 * @package 	PropertyHive/Templates
 * @version     1.0.0
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

?>

<?php do_action( 'propertyhive_share' ); // Sharing plugins can hook into here ?>
```
