clear_auth_cookie

clear_auth_cookie

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('clear_auth_cookie') is found 1 times:

  • /wp-includes/pluggable.php line 1114
    		 * Fires just before the authentication cookies are cleared.
    		 *
    		 * @since 2.7.0
    		 */
    		do_action( 'clear_auth_cookie' );
    
    		/** This filter is documented in wp-includes/pluggable.php */
    		if ( ! apply_filters( 'send_auth_cookies', true, 0, 0, 0, '', '' ) ) {
    			return;
    		}
    
    

See this hook used in plugins: