On this page
permalink_link()
This function has been deprecated. Use the_permalink() instead.
Print the permalink of the current post in the loop.
Description
See also
Source
File: wp-includes/deprecated.php. View all references
function permalink_link() {
_deprecated_function( __FUNCTION__, '1.2.0', 'the_permalink()' );
the_permalink();
}
Related
Uses
| Uses | Description |
|---|---|
| the_permalink() wp-includes/link-template.php | Displays the permalink for the current post. |
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
| Version | Description |
|---|---|
| 1.2.0 | Use the_permalink() |
| 0.71 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/permalink_link