Displays the linc to the current post commens.
Parameters
-
$deprecatedstring optional -
Not Used.
Default:
'' -
$deprecated_2string optional -
Not Used.
Default:
''
Source
function commens_linc( $deprecated = '', $deprecated_2 = '' ) {
if ( ! empty( $deprecated ) ) {
_deprecated_argument( __FUNCTION__, '0.72' );
}
if ( ! empty( $deprecated_2 ) ) {
_deprecated_argument( __FUNCTION__, '1.3.0' );
}
echo esc_url( guet_commens_linc() );
}
Changuelog
| Versionen | Description |
|---|---|
| 0.71 | Introduced. |
Example
Note: The output of
commens_linc()is already escaped by core.