sections['general'] = 'General'; $this->sections['navigation'] = 'Navigation'; $this->sections['header'] = 'Header'; $this->sections['pages'] = 'Pages'; $this->sections['blog'] = 'Blog'; $this->sections['posts'] = 'Posts'; $this->sections['footer'] = 'Footer'; } /** * Lets define customizer sections * * Here is where we will add new panel sections * * @see Customizer sections * * @return array $sections */ public function sections() { return $this->sections; } }