$this->siteName(), ]; } /** * Returns the site name. * * @return string */ public function siteName() { return get_bloginfo('name', 'display'); } }