wp_http_cookie_value

wp_http_cookie_value

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_http_cookie_value') is found 1 times:

  • /wp-includes/class-wp-http-cookie.php line 243
    		 *
    		 * @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