| Server IP : 10.19.1.101 / Your IP : 216.73.216.158 Web Server : Apache System : Linux web1f13.kinghost.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64 User : schererimoveisrs ( 170628) PHP Version : 7.4.33 Disable Function : apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/schererimoveisrs/www/wp-content/themes/context-blog/inc/customizer/document/ |
Upload File : |
<?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', ) ) );