public function WordPressBlog::getBlogUrl in WordPress Migrate 7
Same name and namespace in other branches
- 7.2 wordpress.inc \WordPressBlog::getBlogUrl()
File
- ./
wordpress.inc, line 72 - Implementation of migration from WordPress into Drupal
Class
Code
public function getBlogUrl() {
return $this->blog_url;
}