• Resolved Ajay Maurya

    (@ajmaurya)


    The PLugin description says “Old permalinks will redirect properly to the new address.” I want to prevent this redirection, How do i disable this ?

    Any help on this will be appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Hi @ajmaurya

    Sorry for the delay in my response. I am template_redirect hook to make the redirects. If you don’t want this functionality then just use this piece of code:

    
    remove_filter('template_redirect','redirect_canonical');
    

    NOTE: It will remove the default template_redirect. For now, there is no such filter in the plugin to disable it just for this plugin.

    Sami

Viewing 1 replies (of 1 total)

The topic ‘Prevent Permalinks Redirect.’ is closed to new replies.