array( ), //Displays on Required Plugins tab 'req_plugins' => array( // Free Plugins 'free_plug' => array( 'accesspress-social-icons' => array( 'slug' => 'accesspress-social-icons', 'filename' => 'accesspress-social-icons.php', 'class' => 'APS_Class' ), 'accesspress-social-share' => array( 'slug' => 'accesspress-social-share', 'filename' => 'accesspress-social-share.php', 'class' => 'APSS_Class' ), 'accesspress-instagram-feed' => array( 'slug' => 'accesspress-instagram-feed', 'filename' => 'accesspress-instagram-feed.php', 'class' => 'APSS_Class' ), 'smart-scroll-posts' => array( 'slug' => 'smart-scroll-posts', 'filename' => 'smart-scroll-posts.php', 'class' => 'SSP_Smart_Scroll_Posts' ), ), 'pro_plug' => array( ), ), // *** Displays on Import Demo section 'required_plugins' => array( 'access-demo-importer' => array( 'slug' => 'access-demo-importer', 'name' => esc_html__('Access Demo Importer', 'bloger'), 'filename' =>'access-demo-importer.php', 'host_type' => 'wordpress', // Use either bundled, remote, wordpress 'class' => 'Access_Demo_Importer', 'info' => esc_html__('Access Demo Importer adds the feature to Import the Demo Conent with a single click.', 'bloger'), ), ), // *** Recommended Plugins 'recommended_plugins' => array( // Free Plugins 'free_plugins' => array( ), // Pro Plugins 'pro_plugins' => array( ) ), ); $strings = array( // Welcome Page General Texts 'welcome_menu_text' => esc_html__( 'Bloger Welcome', 'bloger' ), 'theme_short_description' => esc_html__( 'Bloger is a simple, clean and minimal blog theme suitable for personal or professional blogs, company or organization blog websites, news, magazine websites. The theme is fully customizable and contains all the features needed for a complete blog website. It is Fully responsive, bbPress compatible, translation ready, cross-browser compatible, SEO friendly, RTL ready. No coding required at all to create a complete blogging website. Great customer support via support forum, online chat, and email. View full demo here:http://demo.accesspressthemes.com/bloger/ support:support@accesspressthemes.com', 'bloger' ), // Plugin Action Texts 'install_n_activate' => esc_html__('Install and Activate', 'bloger'), 'deactivate' => esc_html__('Deactivate', 'bloger'), 'activate' => esc_html__('Activate', 'bloger'), // Getting Started Section 'doc_heading' => esc_html__('Step 1 - Documentation', 'bloger'), 'doc_description' => esc_html__('Read the Documentation and follow the instructions to manage the site , it helps you to set up the theme more easily and quickly. The Documentation is very easy with its pictorial and well managed listed instructions. ', 'bloger'), 'doc_link' => 'https://doc.accesspressthemes.com/bloger/', 'doc_read_now' => esc_html__( 'Read Now', 'bloger' ), 'cus_heading' => esc_html__('Step 2 - Customizer Panel', 'bloger'), 'cus_read_now' => esc_html__( 'Go to Customizer Panels', 'bloger' ), // Recommended Plugins Section 'pro_plugin_title' => esc_html__( 'Premium Plugins', 'bloger' ), 'free_plugin_title' => esc_html__( 'Free Plugins', 'bloger' ), // Demo Actions 'activate_btn' => esc_html__('Activate', 'bloger'), 'installed_btn' => esc_html__('Activated', 'bloger'), 'demo_installing' => esc_html__('Installing Demo', 'bloger'), 'demo_installed' => esc_html__('Demo Installed', 'bloger'), 'demo_confirm' => esc_html__('Are you sure to import demo content ?', 'bloger'), // Actions Required 'req_plugin_info' => esc_html__('All these required plugins will be installed and activated while importing demo. Or you can choose to install and activate them manually. If you\'re not importing any of the demos, you must install and activate these plugins manually.', 'bloger' ), 'req_plugins_installed' => esc_html__( 'All Recommended action has been successfully completed.', 'bloger' ), 'customize_theme_btn' => esc_html__( 'Customize Theme', 'bloger' ), 'pro_plugin_title' => esc_html__( 'Premium Plugins', 'bloger' ), 'free_plugin_title' => esc_html__( 'Free Plugins', 'bloger' ), ); /** * Initiating Welcome Page */ $my_theme_wc_page = new Enlighten_Welcome( $th_plugins, $strings );