Admin_Apple_Settings::register_sections PHP Method

register_sections() public method

Load exporter settings and register them.
Since: 0.4.0
public register_sections ( )
    public function register_sections()
    {
        $this->add_sections();
        $this->sections = apply_filters('apple_news_settings_sections', $this->sections);
    }