wp-content/themes/twentythirteen/functions.php:738Returns the post URL.
stringOne hook fires while twentythirteen_get_link_url() runs, in this order:
Filters the display of the permalink for the current post.
function twentythirteen_get_link_url() { $content = get_the_content(); $has_url = get_url_in_content( $content ); /** This filter is documented in wp-includes/link-template.php */ return ( $has_url ) ? $has_url : apply_filters( 'the_permalink', get_permalink(), get_post() );}Introduced in Twenty Thirteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentythirteen/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.