wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_http_cookie_value › WordPress Filter Hooks

Seit3.4.0
Veraltetn/v
apply_filters( 'wp_http_cookie_value', $this->value, $this->name )
Parameter: (2)
  • () value The cookie value.
    Erforderlich: Ja
  • () name The cookie name.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the header-encoded cookie value.





Quellcode

return $this->name . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this->name );