filtrod 2.3.0
get_edit_comment_link
Opis — z kodu źródłowego
Filters the comment edit link.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$location | string | The edit link. |
$comment_id | int | Unique ID of the comment to generate an edit link. |
$context | string | Context to include HTML entities in link. Default 'display'. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'get_edit_comment_link', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'get_edit_comment_link', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii