function wpb_change_search_url() { if (is_search() && !empty($_GET['s'])) { wp_redirect(home_url("/suche/") . urlencode( get_query_var('s')), 301); exit(); } } add_action('template_redirect', 'wpb_change_search_url');
3 Formations disponibles