# 404-solution/trunk/includes/html/postEditorMetaBox.html

404 Solution, version trunk. 20 lines.

- Page: https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/postEditorMetaBox.html
- Raw: https://pluginprobe.com/plugins/404-solution/trunk/raw/includes/html/postEditorMetaBox.html
- Modified: 2026-06-23T05:55:18+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/404-solution/trunk/code/includes/html/postEditorMetaBox.html#L10-L20`.

```html
<p>
    <label>
        <input type="checkbox" name="abj404_create_redirect" value="1" {create_checked}>
        {create_label}
    </label>
</p>
<p class="description">
    {create_description}
</p>
<hr>
<p>
    <label>
        <input type="checkbox" name="abj404_exclude" value="1" {exclude_checked}>
        {exclude_label}
    </label>
</p>
<p class="description">
    {exclude_description}
</p>

```
