wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_permalink_rss › WordPress Function

Od2.3.0
Przestarzałyn/a
the_permalink_rss ( Brak parametrów )
Zdefiniowane na:
Codex:

Displays the permalink to the post for use in feeds.



Źródło

function the_permalink_rss() {
	/**
	 * Filters the permalink to the post for use in feeds.
	 *
	 * @since 2.3.0
	 *
	 * @param string $post_permalink The current post permalink.
	 */
	echo esc_url( apply_filters( 'the_permalink_rss', get_permalink() ) );
}