Definition:
function the_permalink() {}
Display the permalink for the current post.
Defined filters
- the_permalink
apply_filters('the_permalink', get_permalink()
Source code
function the_permalink() {
echo apply_filters('the_permalink', get_permalink());
}
3029

February 12, 2011 


No comments yet... Be the first to leave a reply!