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> |