wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_http_cookie_value › WordPress Filter Hooks

Da3.4.0
Deprecaton/a
apply_filters( 'wp_http_cookie_value', $this->value, $this->name )
Parametri: (2)
  • (string) $value The cookie value.
    Richiesto:
  • (string) $name The cookie name.
    Richiesto:
Definito a:
Codex:

Filters the header-encoded cookie value.





Sorgenti

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