Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created October 4, 2013 18:25
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 jchristopher/6830366 to your computer and use it in GitHub Desktop.
Save jchristopher/6830366 to your computer and use it in GitHub Desktop.
<?php
function searchwp_custom_timeout()
{
return 25;
}
add_filter( 'swp_timeout', 'searchwp_custom_timeout' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment