WP HOOKS
filtrod 2.3.0

the_permalink_rss

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

Opis — z kodu źródłowego

Filters the permalink to the post for use in feeds.

Parametry

ParametrTypOpis
$post_permalinkstringThe current post permalink.

Wywołanie

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

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

Popularne w tej kategorii