Иначе как бы тогда добавлялись ссылки на всякие гугл шрифты или прочие кастомные внешние ассеты с параметрами?
Интересное решение, спасибо. а вот эту фукнцию prefix_automatically_add_to_cart я вешаю получается куда?
add_action( 'template_redirect', 'prefix_automatically_add_to_cart' );
на просмотр товара?
ну я буду отдавать так, как он выглядит в админке в списке товаров.
то есть .../product/testovyj-tovar/
/**
* Get link to pay
* @param $link
* @return string
*/
public function pay(): string
{
return (string)$this->paymentLink;
}
6.2.2.1. Case Normalization
For all URIs, the hexadecimal digits within a percent-encoding
triplet (e.g., "%3a" versus "%3A") are case-insensitive and therefore
should be normalized to use uppercase letters for the digits A-F.
When a URI uses components of the generic syntax, the component
syntax equivalence rules always apply; namely, that the scheme and
host are case-insensitive and therefore should be normalized to
lowercase. For example, the URI is
equivalent to . The other generic syntax
components are assumed to be case-sensitive unless specifically
defined otherwise by the scheme (see Section 6.2.3).