permalink_link
Print the permalink of the current post in the loop.
Description
permalink_link();
Usage
if ( !function_exists( 'permalink_link' ) ) { require_once ABSPATH . WPINC . '/deprecated.php'; } // NOTICE! Understand what this does before running. $result = permalink_link();
Defined (1)
The function is defined in the following location(s).
- /wp-includes/deprecated.php
- function permalink_link() {
- _deprecated_function( __FUNCTION__, '1.2.0', 'the_permalink()' );
- }