# slash-edit/trunk/index.php

Slash Edit: Admin Shortcuts to Edit Posts and Pages Faster, version trunk. 11 lines.

- Page: https://pluginprobe.com/plugins/slash-edit/trunk/code/index.php
- Raw: https://pluginprobe.com/plugins/slash-edit/trunk/raw/index.php
- Modified: 2026-04-09T02:26:36+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/slash-edit/trunk/code/index.php#L10-L20`.

```php
<?php
/**
 * Index file for Slash Edit.
 *
 * @package slash-edit
 */

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

```
