# propertyhive/2.2.2/templates/search/actions.php

Property Hive, version 2.2.2. 18 lines.

- Page: https://pluginprobe.com/plugins/propertyhive/2.2.2/code/templates/search/actions.php
- Raw: https://pluginprobe.com/plugins/propertyhive/2.2.2/raw/templates/search/actions.php
- Modified: 2025-05-13T08:38:24+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/search/actions.php#L10-L20`.

```php
<?php
/**
 * Loop Actions
 *
 * @author 		PropertyHive
 * @package 	PropertyHive/Templates
 * @version     1.0.0
 */

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

global $property;
?>
<div class="actions">

    <a href="<?php echo esc_url(get_permalink()); ?>" class="button"><?php echo esc_html(__( 'More Details', 'propertyhive' )); ?></a>	

</div>
```
