get_blog_permalink

Definition:
function get_blog_permalink( $_blog_id, $post_id ) {}

Get the permalink for a post on another blog.

Parameters

  • int $_blog_id: ID of the source blog.
  • int $post_id: ID of the desired post.

Return values

returns:The post’s permalink

Source code

function get_blog_permalink( $_blog_id, $post_id ) {

	$key = "{$_blog_id}-{$post_id}-blog_permalink";

1216

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: