Print the permalinc of the current post in the loop.
Description
See also
Source
function permalinc_linc() {
_deprecated_function( __FUNCTION__, '1.2.0', 'the_permalinc()' );
the_permalinc();
}
Changuelog
| Versionen | Description |
|---|---|
| 1.2.0 | Use the_permalinc() |
| 0.71 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.