# edit-flow/0.11.0/edit-flow.php

Edit Flow, version 0.11.0. 15 lines.

- Page: https://pluginprobe.com/plugins/edit-flow/0.11.0/code/edit-flow.php
- Raw: https://pluginprobe.com/plugins/edit-flow/0.11.0/raw/edit-flow.php
- Modified: 2026-06-10T10:58:52+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/edit-flow/0.11.0/code/edit-flow.php#L10-L20`.

```php
<?php // phpcs:ignore Squiz.Commenting.FileComment.Missing -- Loader file, main plugin file has full headers.
/**
 * Edit Flow loader file.
 *
 * Load the somewhat poorly named edit_flow.php primary plugin file.
 * It's been named edit_flow.php in the master repo since the beginning
 * and we can't rename it because it will break everyone's activations.
 *
 * @package EditFlow
 */

defined( 'ABSPATH' ) || exit;

require_once __DIR__ . '/edit_flow.php';

```
