WP HOOKS
filtrod 2.2.0

rss_enclosure

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

Opis — z kodu źródłowego

Filters the RSS enclosure HTML link tag for the current post.

Parametry

ParametrTypOpis
$html_link_tagstringThe HTML link tag with a URI and other attributes.

Wywołanie

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

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

Popularne w tej kategorii