WP HOOKS
akcjaod 3.0.0

clean_attachment_cache

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

Opis — z kodu źródłowego

Fires after the given attachment's cache is cleaned.

Parametry

ParametrTypOpis
$idintAttachment ID.

Wywołanie

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

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

Popularne w tej kategorii