# redirection/2.6.3/view/options.php

Redirection, version 2.6.3. 18 lines.

- Page: https://pluginprobe.com/plugins/redirection/2.6.3/code/view/options.php
- Raw: https://pluginprobe.com/plugins/redirection/2.6.3/raw/view/options.php
- Modified: 2017-06-10T05:53: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/redirection/2.6.3/code/view/options.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) die( 'No direct access allowed' ); ?>

<div class="wrap">
	<h2><?php _e( 'Options', 'redirection' ) ?></h2>

	<?php $this->render( 'submenu', array( 'options' => $options ) ); ?>

	<div id="react-ui">
		<noscript>Please enable JavaScript</noscript>
	</div>
</div>

<script>
	addLoadEvent( function() {
		redirection.show( 'react-ui' );
	} );
</script>

```
