# mlsimport/7.2/includes/index.php

MLSImport: IDX Plugin &amp; MLS Plugin for Real Estate Listings, version 7.2. 14 lines.

- Page: https://pluginprobe.com/plugins/mlsimport/7.2/code/includes/index.php
- Raw: https://pluginprobe.com/plugins/mlsimport/7.2/raw/includes/index.php
- Modified: 2026-07-25T14:20:50+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/mlsimport/7.2/code/includes/index.php#L10-L20`.

```php
<?php
/**
 * Directory-index guard for the includes/ folder.
 *
 * Standard WordPress "silence is golden" stub: an index file that outputs
 * nothing, so a web server without directory-listing disabled cannot serve a
 * browsable listing of the plugin's includes/ directory. Contains no plugin
 * logic — it exists purely to be the (empty) default document for this path.
 *
 * @package Mlsimport
 */

// Silence is golden

```
