Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp', function() {
- global $wp_query;
- if(!is_admin() && !empty($wp_query->query_vars['do_not_redirect']) && function_exists('rank_math')) {
- $rank_math_redirections = rank_math()->manager->get_module('redirections');
- remove_action('wp', array($rank_math_redirections, 'do_redirection'), 11);
- }
- }, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement