WP HOOKS
filtrod 2.1.0

wp_create_file_in_uploads

Args 2Plik wp-admin/includes/class-custom-image-header.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the attachment file path after the custom header or background image is set.

Used for file replication.

Parametry

ParametrTypOpis
$filestringPath to the file.
$attachment_idintAttachment ID.

Wywołanie

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

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

Popularne w tej kategorii