wp_http_cookie_value

wp_http_cookie_value

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_http_cookie_value') is found 1 times:

  • /wp-includes/class-wp-http-cookie.php line 243
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
         *
         * @param string $value The cookie value.
         * @param string $name  The cookie name.
         */
        return $this->name . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this->name );
    }
     
    /**
     * Retrieve cookie header for usage in the rest of the WordPress HTTP API.
     *
     * @since 2.8.0