auth_cookie

auth_cookie

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('auth_cookie') is found 1 times:

  • /wp-includes/pluggable.php line 890
    886
    887
    888
    889
    890
    891
    892
    893
    894
    895
    896
             * @param int    $expiration The time the cookie expires as a UNIX timestamp.
             * @param string $scheme     Cookie scheme used. Accepts 'auth', 'secure_auth', or 'logged_in'.
             * @param string $token      User's session token used.
             */
            return apply_filters( 'auth_cookie', $cookie, $user_id, $expiration, $scheme, $token );
        }
    endif;
     
    if ( ! function_exists( 'wp_parse_auth_cookie' ) ) :
        /**
         * Parses a cookie into its components.