# 404-solution/4.3.3/includes/html/editRedirectAdvancedOptions.html

404 Solution, version 4.3.3. 11 lines.

- Page: https://pluginprobe.com/plugins/404-solution/4.3.3/code/includes/html/editRedirectAdvancedOptions.html
- Raw: https://pluginprobe.com/plugins/404-solution/4.3.3/raw/includes/html/editRedirectAdvancedOptions.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/4.3.3/code/includes/html/editRedirectAdvancedOptions.html#L10-L20`.

```html
<details class="abj404-advanced-options"{open_attr}>
<summary class="abj404-advanced-options__summary">{advanced_options_label}</summary>
<div class="abj404-advanced-options__body">
<table class="form-table" role="presentation"><tbody>
<tr><th scope="row"><label for="redirect_start_date">{start_date_label}</label></th><td><input type="date" name="redirect_start_date" id="redirect_start_date" class="regular-text" value="{start_date_value}"><p class="description">{start_date_help}</p></td></tr>
<tr><th scope="row"><label for="redirect_end_date">{end_date_label}</label></th><td><input type="date" name="redirect_end_date" id="redirect_end_date" class="regular-text" value="{end_date_value}"><p class="description">{end_date_help}</p></td></tr>
</tbody></table>
{conditions_section}
</div>
</details>

```
