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 / change-urls.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
change-urls.php
9 lines
1 <?php
2 if (!defined("ABSPATH")) {
3 exit();
4 }
5 ?>
6 <div class="page__block automatic-redirects-block">
7 <p class="page__paragraph"><?php _e( "All the options on the other tabs didn't touch the source URL structures, but only applied redirects. On this tab you can pick options which will change the source URL structure too.", "redirect-redirection" ); ?></p><br>
8 <p class="page__paragraph"><?php _e( "This is currently in progress – stay tuned!", "redirect-redirection" ); ?></p>
9 </div>