function formulaires_nom_traiter(){ // Prevent AJAX processing since we know that the form will redirect elsewhere refuser_traiter_formulaire_ajax(); // Execute the processes // Return values return array( 'redirect' => 'Another URL' ); }