filtrod 2.0.0
comment_edit_pre
Opis — z kodu źródłowego
Filters the comment content before editing.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$comment_content | string | Comment content. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'comment_edit_pre', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'comment_edit_pre', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii