# edit-flow/0.9.2/edit-flow.php

Edit Flow, version 0.9.2. 12 lines.

- Page: https://pluginprobe.com/plugins/edit-flow/0.9.2/code/edit-flow.php
- Raw: https://pluginprobe.com/plugins/edit-flow/0.9.2/raw/edit-flow.php
- Modified: 2019-11-04T21:31:04+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.9.2/code/edit-flow.php#L10-L20`.

```php
<?php

/**
 * 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.
 *
 * Since this is not the primary plugin file, it does not have the standard WordPress headers.
 */
require_once dirname( __FILE__ ) . '/edit_flow.php';

```
