PluginProbe
Redirection / 2.6.3
Redirection v2.6.3
5.10.0 5.9.0 5.8.1 5.8.0 3.7.2 3.7.3 4.0 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3 4.3.1 4.3.2 4.3.3 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 All 130 releases
redirection / view / options.php

options.php in Redirection 2.6.3, at view/options.php

18 lines 388 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) die( 'No direct access allowed' ); ?>
2
3 <div class="wrap">
4 <h2><?php _e( 'Options', 'redirection' ) ?></h2>
5
6 <?php $this->render( 'submenu', array( 'options' => $options ) ); ?>
7
8 <div id="react-ui">
9 <noscript>Please enable JavaScript</noscript>
10 </div>
11 </div>
12
13 <script>
14 addLoadEvent( function() {
15 redirection.show( 'react-ui' );
16 } );
17 </script>
18