Redirection Importing Limitation

#128212
  • Resolved Wasim Mahmud
    Rank Math free

    I need to export 4000 redirection URL for Importing on my new site but after exporting when I tried to import on my new site it’s importing only 900 something not all of my 4000 URL. What I have to do for export all of my 4000 URL and import on my new site?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for the delay and for any inconvenience this issue may have caused you.

    You can use the filter in the link below on your theme’s functions.php file to control the number of redirections that are processed at once:
    https://rankmath.com/kb/filters-hooks-api-developer/#change-items-per-import

    I hope that helps. Thank you, and looking forward to your update.

    Hello,

    Here’s the filter for you:

    
     * Allow developers to change number of redirections to process at once.
     *
     * @param int $number
     */
    add_filter( 'rank_math/redirections/pastedContent', function( $number ) {
    	return $number;
    });
    

    More details here: https://rankmath.com/kb/filters-hooks-api-developer/#process-redirections

    I hope this helps resolves your issue.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The ticket ‘Redirection Importing Limitation’ is closed to new replies.