# redirection/2.6.3/view/support.php

Redirection, version 2.6.3. 17 lines.

- Page: https://pluginprobe.com/plugins/redirection/2.6.3/code/view/support.php
- Raw: https://pluginprobe.com/plugins/redirection/2.6.3/raw/view/support.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/support.php#L10-L20`.

```php
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?>
<div class="wrap supporter">
	<h2><?php _e ('Redirection Support', '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>

```
