WP HOOKS
filtrod 4.2.0

attachment_url_to_postid

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

Opis — z kodu źródłowego

Filters an attachment ID found by URL.

Parametry

ParametrTypOpis
$post_idint | nullThe post_id (if any) found by the function.
$urlstringThe URL being looked up.

Wywołanie

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

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

Popularne w tej kategorii