Admin_Apple_Settings::setup_options_page PHP Метод

setup_options_page() публичный Метод

Options page setup.
public setup_options_page ( )
    public function setup_options_page()
    {
        add_options_page(__('Apple News Options', 'apple-news'), __('Apple News', 'apple-news'), apply_filters('apple_news_settings_capability', 'manage_options'), $this->page_name, array($this, 'page_options_render'));
    }