WP HOOKS
filtrod 2.0.0

get_pung

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

Opis — z kodu źródłowego

Filters the list of already-pinged URLs for the given post.

Parametry

ParametrTypOpis
$pungstring[]Array of URLs already pinged for the given post.

Wywołanie

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

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

Popularne w tej kategorii