akcjaod 4.5.0
clean_comment_cache
Opis — z kodu źródłowego
Fires immediately after a comment has been removed from the object cache.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$id | int | Comment ID. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'clean_comment_cache', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'clean_comment_cache', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii