You are here

public function WordPressBlog::getBlogUrl in WordPress Migrate 7.2

Same name and namespace in other branches
  1. 7 wordpress.inc \WordPressBlog::getBlogUrl()

File

./wordpress.inc, line 174
Implementation of migration from WordPress into Drupal

Class

WordPressBlog

Code

public function getBlogUrl() {
  return $this->blog_url;
}