Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wp-seopress/16966ce96a1aae3fbb2f238919c49b89 to your computer and use it in GitHub Desktop.
Save wp-seopress/16966ce96a1aae3fbb2f238919c49b89 to your computer and use it in GitHub Desktop.
Stop saving hits and last date request for each redirection
add_filter('seopress_stop_counter_redirects', '__return_true');
add_filter('seopress_stop_last_date_request_redirects', '__return_true');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment