<?php
/**
 * About configuration
 *
 * @package Magazine_Point
 */

$config = array(
	'menu_name' => esc_html__( 'About Magazine Point', 'magazine-point' ),
	'page_name' => esc_html__( 'About Magazine Point', 'magazine-point' ),

	/* translators: theme version */
	'welcome_title' => sprintf( esc_html__( 'Welcome to %s - v', 'magazine-point' ), 'Magazine Point' ),

	/* translators: 1: theme name */
	'welcome_content' => sprintf( esc_html__( '%1$s is now installed and ready to use! We want to make sure you have the best experience using %1$s and that is why we gathered here all the necessary information for you. We hope you will enjoy using %1$s.', 'magazine-point' ), 'Magazine Point' ),

	// Quick links.
	'quick_links' => array(
		'theme_url' => array(
			'text' => esc_html__( 'Theme Details','magazine-point' ),
			'url'  => 'https://axlethemes.com/downloads/magazine-point/',
			),
		'demo_url' => array(
			'text' => esc_html__( 'View Demo','magazine-point' ),
			'url'  => 'https://axlethemes.com/theme-demo/?demo=magazine-point',
			),
		'documentation_url' => array(
			'text'   => esc_html__( 'View Documentation','magazine-point' ),
			'url'    => 'https://axlethemes.com/documentation/magazine-point/',
			'button' => 'primary',
			),
		'rate_url' => array(
			'text' => esc_html__( 'Rate This Theme','magazine-point' ),
			'url'  => 'https://wordpress.org/support/theme/magazine-point/reviews/',
			),
		),

	// Tabs.
	'tabs' => array(
		'getting_started'     => esc_html__( 'Getting Started', 'magazine-point' ),
		'recommended_actions' => esc_html__( 'Recommended Actions', 'magazine-point' ),
		'demo_content'        => esc_html__( 'Demo Content', 'magazine-point' ),
		'useful_plugins'      => esc_html__( 'Useful Plugins', 'magazine-point' ),
		'support'             => esc_html__( 'Support', 'magazine-point' ),
		'upgrade_to_pro'      => esc_html__( 'Upgrade to Pro', 'magazine-point' ),
	),

	// Getting started.
	'getting_started' => array(
		array(
			'title'               => esc_html__( 'Theme Documentation', 'magazine-point' ),
			'text'                => esc_html__( 'Even if you are a long-time WordPress user, we still believe you should give our documentation a very quick read.', 'magazine-point' ),
			'button_label'        => esc_html__( 'View Documentation', 'magazine-point' ),
			'button_link'         => 'https://axlethemes.com/documentation/magazine-point/',
			'is_button'           => false,
			'recommended_actions' => false,
			'is_new_tab'          => true,
		),
		array(
			'title'               => esc_html__( 'Recommended Actions', 'magazine-point' ),
			'text'                => esc_html__( 'We have compiled a list of steps for you, to take make sure the experience you will have using one of our products is very easy to follow.', 'magazine-point' ),
			'button_label'        => esc_html__( 'Check Recommended Actions', 'magazine-point' ),
			'button_link'         => esc_url( admin_url( 'themes.php?page=magazine-point-about&tab=recommended_actions' ) ),
			'is_button'           => true,
			'recommended_actions' => false,
			'is_new_tab'          => false,
		),
		array(
			'title'               => esc_html__( 'Theme Demo Content', 'magazine-point' ),
			'text'                => esc_html__( 'You can easily import demo content as we have bundled demo content file within the theme folder. Importer plugin is needed.', 'magazine-point' ),
			'button_label'        => esc_html__( 'Demo Content', 'magazine-point' ),
			'button_link'         => esc_url( admin_url( 'themes.php?page=magazine-point-about&tab=demo_content' ) ),
			'is_button'           => true,
			'recommended_actions' => false,
			'is_new_tab'          => false,
		),
		array(
			'title'               => esc_html__( 'Customize Everything', 'magazine-point' ),
			'text'                => esc_html__( 'Using the WordPress Customizer you can easily customize every aspect of the theme.', 'magazine-point' ),
			'button_label'        => esc_html__( 'Go to Customizer', 'magazine-point' ),
			'button_link'         => esc_url( wp_customize_url() ),
			'is_button'           => true,
			'recommended_actions' => false,
			'is_new_tab'          => false,
		),
		array(
			'title'               => esc_html__( 'View Theme Demo', 'magazine-point' ),
			'text'                => esc_html__( 'To get quick glance of the theme, please visit theme demo.', 'magazine-point' ),
			'button_label'        => esc_html__( 'View Demo', 'magazine-point' ),
			'button_link'         => 'https://axlethemes.com/theme-demo/?demo=magazine-point',
			'is_button'           => false,
			'recommended_actions' => false,
			'is_new_tab'          => true,
		),
		array(
			'title'               => esc_html__( 'Child Theme', 'magazine-point' ),
			'text'                => esc_html__( 'If you want to customize theme file, you should use child theme rather than modifying theme file itself.', 'magazine-point' ),
			'button_label'        => esc_html__( 'About Child Theme', 'magazine-point' ),
			'button_link'         => 'https://developer.wordpress.org/themes/advanced-topics/child-themes/',
			'is_button'           => false,
			'recommended_actions' => false,
			'is_new_tab'          => true,
		),
	),

	// Recommended actions.
	'recommended_actions' => array(
		'content' => array(
			'front-page' => array(
				'title'       => esc_html__( 'Setting Static Front Page','magazine-point' ),
				'description' => esc_html__( 'Select A static page then Front page and Posts page to display front page specific sections. Note: Static page will be set automatically when you import demo content.', 'magazine-point' ),
				'id'          => 'front-page',
				'check'       => ( 'page' === get_option( 'show_on_front' ) ) ? true : false,
				'help'        => '<a href="' . esc_url( wp_customize_url() ) . '?autofocus[section]=static_front_page" class="button button-secondary">' . esc_html__( 'Static Front Page', 'magazine-point' ) . '</a>',
			),
			'one-click-demo-import' => array(
				'title'       => esc_html__( 'One Click Demo Import', 'magazine-point' ),
				'description' => esc_html__( 'Please install the One Click Demo Import plugin to import the demo content.', 'magazine-point' ),
				'check'       => class_exists( 'OCDI_Plugin' ),
				'plugin_slug' => 'one-click-demo-import',
				'id'          => 'one-click-demo-import',
			),
		),
	),

	// Demo content.
	'demo_content' => array(
		'description' => sprintf( esc_html__( 'Demo content files are bundled within this theme. %1$s plugin is needed to import demo content. Please make sure plugin is installed and activated. If you have not installed the plugin, please go to Installed Plugins page under Appearance. After plugin activation, go to Import Demo Data menu under Appearance.', 'magazine-point' ), '<a href="https://wordpress.org/plugins/one-click-demo-import/" target="_blank">' . esc_html__( 'One Click Demo Import', 'magazine-point' ) . '</a>' ),
		),

	// Useful plugins.
	'useful_plugins' => array(
		'description'        => esc_html__( 'This theme supports some helpful WordPress plugins to enhance your website.', 'magazine-point' ),
		'plugins_list_title' => esc_html__( 'Useful Plugins List:', 'magazine-point' ),
	),

	// Support.
	'support_content' => array(
		'first' => array(
			'title'        => esc_html__( 'Contact Support', 'magazine-point' ),
			'icon'         => 'dashicons dashicons-sos',
			'text'         => esc_html__( 'Got theme support question or found bug? Best place to ask your query is our dedicated Support forum.', 'magazine-point' ),
			'button_label' => esc_html__( 'Contact Support', 'magazine-point' ),
			'button_link'  => esc_url( 'https://axlethemes.com/support-forum/forum/magazine-point/' ),
			'is_button'    => true,
			'is_new_tab'   => true,
		),
		'second' => array(
			'title'        => esc_html__( 'Theme Documentation', 'magazine-point' ),
			'icon'         => 'dashicons dashicons-book-alt',
			'text'         => esc_html__( 'Please check our theme documentation for detailed information on how to setup and use theme.', 'magazine-point' ),
			'button_label' => esc_html__( 'View Documentation', 'magazine-point' ),
			'button_link'  => 'https://axlethemes.com/documentation/magazine-point/',
			'is_button'    => false,
			'is_new_tab'   => true,
		),
		'third' => array(
			'title'        => esc_html__( 'Pro Version', 'magazine-point' ),
			'icon'         => 'dashicons dashicons-products',
			'icon'         => 'dashicons dashicons-star-filled',
			'text'         => esc_html__( 'Upgrade to pro version for more exciting features and additional theme options.', 'magazine-point' ),
			'button_label' => esc_html__( 'View Pro Version', 'magazine-point' ),
			'button_link'  => 'https://axlethemes.com/downloads/magazine-point-pro/',
			'is_button'    => true,
			'is_new_tab'   => true,
		),
		'fourth' => array(
			'title'        => esc_html__( 'Pre-sale Queries', 'magazine-point' ),
			'icon'         => 'dashicons dashicons-cart',
			'text'         => esc_html__( 'Have any query before purchase, you are more than welcome to ask.', 'magazine-point' ),
			'button_label' => esc_html__( 'Pre-sale question?', 'magazine-point' ),
			'button_link'  => 'https://axlethemes.com/pre-sale-question/',
			'is_button'    => false,
			'is_new_tab'   => true,
		),
		'fifth' => array(
			'title'        => esc_html__( 'Customization Request', 'magazine-point' ),
			'icon'         => 'dashicons dashicons-admin-tools',
			'text'         => esc_html__( 'Needed any customization for the theme, you can request from here.', 'magazine-point' ),
			'button_label' => esc_html__( 'Customization Request', 'magazine-point' ),
			'button_link'  => 'https://axlethemes.com/customization-request/',
			'is_button'    => false,
			'is_new_tab'   => true,
		),
		'sixth' => array(
			'title'        => esc_html__( 'Child Theme', 'magazine-point' ),
			'icon'         => 'dashicons dashicons-admin-customizer',
			'text'         => esc_html__( 'If you want to customize theme file, you should use child theme rather than modifying theme file itself.', 'magazine-point' ),
			'button_label' => esc_html__( 'About Child Theme', 'magazine-point' ),
			'button_link'  => 'https://developer.wordpress.org/themes/advanced-topics/child-themes/',
			'is_button'    => false,
			'is_new_tab'   => true,
		),
	),

	// Upgrade.
	'upgrade_to_pro' => array(
		'description'  => esc_html__( 'Upgrade to pro version for more exciting features and additional theme options.', 'magazine-point' ),
		'button_label' => esc_html__( 'Upgrade to Pro', 'magazine-point' ),
		'button_link'  => 'https://axlethemes.com/downloads/magazine-point-pro/',
		'is_new_tab'   => true,
	),

);

Magazine_Point_About::init( apply_filters( 'magazine_point_about_filter', $config ) );
