PluginProbe ʕ •ᴥ•ʔ
Redirection / 1.0.3
Redirection v1.0.3
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0
redirect-redirection / includes / settings / layouts / automatic-redirects.php
redirect-redirection / includes / settings / layouts Last commit date
common 4 years ago redirection-rules 4 years ago specific-url-redirections 4 years ago automatic-redirects.php 4 years ago change-urls.php 4 years ago index.html 4 years ago redirection-rules.php 4 years ago specific-url-redirections.php 4 years ago
automatic-redirects.php
64 lines
1 <?php
2 if (!defined("ABSPATH")) {
3 exit();
4 }
5 ?>
6 <p class="page__paragraph">
7 <?php _e( "If you change the permalink of a post/page, do you want the old permalink automatically redirect to the new one? If yes, please switch it on for the pages/posts you want it:", "redirect-redirection" ); ?>
8 </p>
9 <div class="page__custom-flex">
10 <div class="page__custom-col">
11 <div class="page__switch-group page-switch-group custom-tooltip">
12 <span class="page-switch-group__label">
13 <?php _e( "Posts URLs", "redirect-redirection" ); ?>
14 </span>
15 <label for="switch-1" class="custom-switch custom-switch--disabled">
16 <input disabled type="checkbox" id="switch-1">
17 <div class="custom-switch-slider round">
18 <span class="on"><?php _e( "On", "redirect-redirection" ); ?></span>
19 <span class="off"><?php _e( "Off", "redirect-redirection" ); ?></span>
20 </div>
21 </label>
22 <span class="custom-tooltip__content" style="top: 37px">
23 <?php _e( "Coming soon", "redirect-redirection" ); ?>
24 </span>
25 </div>
26 </div>
27 <div class="page__custom-col">
28 <div class="page__switch-group page-switch-group custom-tooltip">
29 <span class="page-switch-group__label">
30 <?php _e( "Page URLs", "redirect-redirection" ); ?>
31 </span>
32 <label for="switch-2" class="custom-switch custom-switch--disabled">
33 <input disabled type="checkbox" id="switch-2">
34 <div class="custom-switch-slider round">
35 <span class="on"><?php _e( "On", "redirect-redirection" ); ?></span>
36 <span class="off"><?php _e( "Off", "redirect-redirection" ); ?></span>
37 </div>
38 </label>
39 <span class="custom-tooltip__content" style="top: 37px">
40 <?php _e( "Coming soon", "redirect-redirection" ); ?>
41 </span>
42 </div>
43 </div>
44 <div class="page__custom-col">
45 <div class="page__switch-group page-switch-group custom-tooltip">
46 <span class="page-switch-group__label">
47 <?php _e( "Custom posts", "redirect-redirection" ); ?>
48 </span>
49 <label for="switch-3" class="custom-switch custom-switch--disabled">
50 <input disabled type="checkbox" id="switch-3">
51 <div class="custom-switch-slider round">
52 <span class="on"><?php _e( "On", "redirect-redirection" ); ?></span>
53 <span class="off"><?php _e( "Off", "redirect-redirection" ); ?></span>
54 </div>
55 </label>
56 <span class="custom-tooltip__content" style="top: 37px">
57 <?php _e( "Coming soon", "redirect-redirection" ); ?>
58 </span>
59 </div>
60 </div>
61 </div>
62 <p class="page__note">
63 <?php _e( "This will add a new redirect automatically on the “Specific URL Redirection”-tab whenever applicable.", "redirect-redirection" ); ?>
64 </p>