Disable Automatic Redirect Creation
-
Hey,
I’m using your plugin and so far it works well. However, it creates redirects for everything I do. Adding images via upload, adding tags to articles and so on.
I would like to disable this feature and create the redirects I need manually.
I’ve added the following to my child-theme functions.php, but it still makes redirects. What am I doing wrong?
add_filter( ‘permalinks_customizer_auto_created_redirects’, ‘__return_false’);
add_filter( ‘permalinks_customizer_disable_redirects’, ‘__return_false’);Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Disable Automatic Redirect Creation’ is closed to new replies.