Clear cookies in WordPress
-
I want to clear the cookies so I use this code:
<?php
function wp_clear_auth_cookie() {do_action(‘clear_auth_cookie’);
}wp_clear_auth_cookie();
?>but an error occurs, what I’m doing wrong?
Please Help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Clear cookies in WordPress’ is closed to new replies.