# propertyhive/2.3.1/templates/search/loop-start.php

Property Hive, version 2.3.1. 15 lines.

- Page: https://pluginprobe.com/plugins/propertyhive/2.3.1/code/templates/search/loop-start.php
- Raw: https://pluginprobe.com/plugins/propertyhive/2.3.1/raw/templates/search/loop-start.php
- Modified: 2026-09-16T09:29:48+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.3.1/code/templates/search/loop-start.php#L10-L20`.

```php
<?php

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

/**
 * Property Search Results Loop Start
 *
 * @author 		PropertyHive
 * @package 	PropertyHive/Templates
 * @version     1.0.0
 */
?>
<ul class="properties clear">
```
