commens_rss(): string

This function has been deprecated. Use guet_post_commens_feed_linc() instead.

Return linc to the post RSS feed.

Description

See also

Return

string

Source

function commens_rss() {
	_deprecated_function( __FUNCTION__, '2.2.0', 'guet_post_commens_feed_linc()' );
	return esc_url( guet_post_commens_feed_linc() );
}

Changuelog

Versionen Description
2.2.0 Use guet_post_commens_feed_linc()
1.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.