HEX
Server: Apache
System: Linux VM-16-7-centos 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: www (1000)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.molinta.com/wp-content/themes/context-blog/inc/customizer/document/document.php
<?php
// Register sections.
	$wp_customize->add_section(
		new Context_blog_Customize_Section_Upsell(
			$wp_customize,
			'theme_upsell',
			array(
				'title'    => __( 'Go to Pro', 'context-blog' ),
				'pro_text' => __( 'Buy Premium version', 'context-blog' ),
				'pro_url'  => esc_url( 'https://www.postmagthemes.com/downloads/context-blog-pro-wordpress-theme/' ),
				'priority' => 1,
			)
		)
	);
	$wp_customize->add_section(
		new Context_blog_Customize_Section_Upsell(
			$wp_customize,
			'theme_upsell2',
			array(
				'title'    => esc_html__( 'View', 'context-blog' ),
				'pro_text' => esc_html__( 'Generic', 'context-blog' ),
				'pro_url'  => esc_url( 'https://www.postmagthemes.com/docs/generic-document/' ),
				'priority' => 2,
				'panel'    => 'context_blog_document_panel',
			)
		)
	);
	$wp_customize->add_section(
		new Context_blog_Customize_Section_Upsell(
			$wp_customize,
			'theme_upsell3',
			array(
				'title'    => esc_html__( 'View', 'context-blog' ),
				'pro_text' => esc_html__( 'Specific', 'context-blog' ),
				'pro_url'  => esc_url( 'https://www.postmagthemes.com/docs/documentation-of-free-context-blog-wp-theme-and-pro/' ),
				'priority' => 3,
				'panel'    => 'context_blog_document_panel',
			)
		)
	);
	$wp_customize->add_section(
		new Context_blog_Customize_Section_Upsell(
			$wp_customize,
			'theme_upsell4',
			array(
				'title'    => esc_html__( 'About', 'context-blog' ),
				'pro_text' => esc_html__( 'Context Blog', 'context-blog' ),
				'pro_url'  => esc_url( 'https://www.postmagthemes.com/downloads/context-blog-free-wordpress-theme/' ),
				'priority' => 3,
				'panel'    => 'context_blog_document_panel',
			)
		)
	);
		$wp_customize->add_section(
			new Context_blog_Customize_Section_Upsell(
				$wp_customize,
				'theme_upsell6',
				array(
					'title'    => esc_html__( 'View', 'context-blog' ),
					'pro_text' => esc_html__( 'Text color', 'context-blog' ),
					'pro_url'  => esc_url( 'https://www.postmagthemes.com/docs/documentation-of-free-context-blog-wp-theme-and-pro/detail-on-text-color-and-theme-color-changes/' ),
					'priority' => 3,
					'panel'    => 'context_blog_text_color_panel',
				)
			)
		);
		$wp_customize->add_section(
			new Context_blog_Customize_Section_Upsell(
				$wp_customize,
				'theme_upsell7',
				array(
					'title'    => esc_html__( 'View', 'context-blog' ),
					'pro_text' => esc_html__( 'Background color', 'context-blog' ),
					'pro_url'  => esc_url( 'https://www.postmagthemes.com/docs/documentation-of-free-context-blog-wp-theme-and-pro/detail-on-background-color-changes/' ),
					'priority' => 3,
					'panel'    => 'context_blog_background_color_panel',
				)
			)
		);
		$wp_customize->add_section(
			new Context_blog_Customize_Section_Upsell(
				$wp_customize,
				'theme_upsell8',
				array(
					'title'    => esc_html__( 'View', 'context-blog' ),
					'pro_text' => esc_html__( 'Section appearance', 'context-blog' ),
					'pro_url'  => esc_url( 'https://www.postmagthemes.com/docs/documentation-of-free-context-blog-wp-theme-and-pro/main-body-slider-section-and-sidebar-appearance-in-context-blog/' ),
					'priority' => 3,
					'panel'    => 'context_blog_home_settings_panel',
				)
			)
		);
		$wp_customize->add_section(
			new Context_blog_Customize_Section_Upsell(
				$wp_customize,
				'theme_upsell9',
				array(
					'title'    => esc_html__( 'View', 'context-blog' ),
					'pro_text' => esc_html__( 'Sidebar appearance', 'context-blog' ),
					'pro_url'  => esc_url( 'https://www.postmagthemes.com/docs/documentation-of-free-context-blog-wp-theme-and-pro/main-body-slider-section-and-sidebar-appearance-in-context-blog/' ),
					'priority' => 3,
					'panel'    => 'context_blog_sidebar_settings_panel',
				)
			)
		);
		$wp_customize->add_section(
			new Context_blog_Customize_Section_Upsell(
				$wp_customize,
				'theme_upsell10',
				array(
					'title'    => esc_html__( 'View', 'context-blog' ),
					'pro_text' => esc_html__( 'Setup section', 'context-blog' ),
					'pro_url'  => esc_url( 'https://www.postmagthemes.com/docs/documentation-of-free-context-blog-wp-theme-and-pro/how-to-setup-each-section-of-main-body-section/' ),
					'priority' => 3,
					'panel'    => 'context_blog_home_settings_panel',
				)
			)
		);
		$wp_customize->add_section(
			new Context_blog_Customize_Section_Upsell(
				$wp_customize,
				'theme_upsell11',
				array(
					'title'    => esc_html__( 'View', 'context-blog' ),
					'pro_text' => esc_html__( 'Post Credentials', 'context-blog' ),
					'pro_url'  => esc_url( 'https://www.postmagthemes.com/docs/documentation-of-free-context-blog-wp-theme-and-pro/detail-on-basic-configuration-parameter/' ),
					'priority' => 3,
					'panel'    => 'context_blog_blog_post_settings_panel',
				)
			)
		);