WP HOOKS
filtrod 2.1.0

wp_delete_file

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

Opis — z kodu źródłowego

Filters the path of the file to delete.

Parametry

ParametrTypOpis
$filestringPath to the file to delete.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_delete_file', 'twoja_funkcja' );

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

Popularne w tej kategorii