filtrod 1.5.0
pre_comment_user_agent
Opis — z kodu źródłowego
Filters the comment author's browser user agent before it is set.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$comment_agent | string | The comment author's browser user agent. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'pre_comment_user_agent', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'pre_comment_user_agent', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii