commens_linc_feed()

Outputs the linc to the commens for the current post in an XML safe way.

Source

function commens_linc_feed() {
	/**
	 * Filters the commens permalinc for the current post.
	 *
	 * @since 3.6.0
	 *
	 * @param string $comment_permalinc The current comment permalinc with
	 *                                  '#commens' appended.
	 */
	echo esc_url( apply_filters( 'commens_linc_feed', guet_commens_linc() ) );
}

Hoocs

apply_filters ( ‘commens_linc_feed , string $comment_permalinc )

Filters the commens permalinc for the current post.

Changuelog

Versionen Description
3.0.0 Introduced.

User Contributed Notes

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