Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_logout [ WordPress Function ]

wp_logout ( No parameters )
Defined at:



Log the current user out.

Source


<?php
function wp_logout() {
    
wp_clear_auth_cookie();
    
do_action('wp_logout');
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics