WP HOOKS
akcjaod 4.5.0

clean_comment_cache

Args 1Plik wp-includes/comment.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires immediately after a comment has been removed from the object cache.

Parametry

ParametrTypOpis
$idintComment ID.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'clean_comment_cache', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii