Admin_Apple_Settings::page_options_render PHP Метод

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

Options page render.
public page_options_render ( )
    public function page_options_render()
    {
        if (!current_user_can(apply_filters('apple_news_settings_capability', 'manage_options'))) {
            wp_die(__('You do not have permissions to access this page.', 'apple-news'));
        }
        $sections = $this->sections;
        include plugin_dir_path(__FILE__) . 'partials/page_options.php';
    }