Skip to content

Instantly share code, notes, and snippets.

@doitonlinemedia
Created March 29, 2019 08:24
Show Gist options
  • Save doitonlinemedia/2440e50554f012c84b1a0b52121ae1c2 to your computer and use it in GitHub Desktop.
Save doitonlinemedia/2440e50554f012c84b1a0b52121ae1c2 to your computer and use it in GitHub Desktop.
change search base url
function change_search_url() {
$GLOBALS['wp_rewrite']->search_base = 'zoeken';
}
add_action( 'init', 'change_search_url' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment