PluginProbe
Redirection / 2.6.5
Redirection v2.6.5
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 / support.php

support.php in Redirection 2.6.5, at view/support.php

17 lines 406 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 <div class="wrap supporter">
3 <h2><?php _e ('Redirection Support', 'redirection'); ?></h2>
4
5 <?php $this->render( 'submenu', array( 'options' => $options ) ); ?>
6
7 <div id="react-ui">
8 <noscript>Please enable JavaScript</noscript>
9 </div>
10 </div>
11
12 <script>
13 addLoadEvent( function() {
14 redirection.show( 'react-ui' );
15 } );
16 </script>
17