post_permalink

Definition:
function post_permalink( $post_id = 0, $deprecated = '' ) {}

Retrieve permalink from post ID.

Parameters

  • int $post_id: Optional. Post ID.
  • mixed $deprecated: Not used.

Source code

function post_permalink( $post_id = 0, $deprecated = '' ) {

	if ( !empty( $deprecated ) )

		_deprecated_argument( __FUNCTION__, '1.3' );



	return get_permalink($post_id);

}

2575

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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: