WP HOOKS
filtrod 2.1.0

update_attached_file

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

Opis — z kodu źródłowego

Filters the path to the attached file to update.

Parametry

ParametrTypOpis
$filestringPath to the attached file to update.
$attachment_idintAttachment ID.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'update_attached_file', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii