Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Removed some of the upsells
Browse files Browse the repository at this point in the history
  • Loading branch information
rodica-andronache committed Mar 2, 2017
1 parent 7c3e706 commit e43e24f
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,46 +101,6 @@ public function render_content() {
'button_text' => esc_html__( 'View PRO version', 'oblique' ),
) ) );

/**
* Colors Notice
*/
$wp_customize->add_setting( 'oblique_theme_info_colors_section_control', array(
'sanitize_callback' => 'esc_html',
) );

$wp_customize->add_control( new Oblique_Control_Upsell_Theme_Info( $wp_customize, 'oblique_theme_info_colors_section_control', array(
'section' => 'colors',
'priority' => 500,
'options' => array(
esc_html__( 'Extra Colors', 'oblique' ),
),
'explained_features' => array(
esc_html__( 'Get full color schemes support for your site.', 'oblique' ),
),
'button_url' => esc_url( 'https://themeisle.com/themes/oblique-pro/' ),
'button_text' => esc_html__( 'View PRO version', 'oblique' ),
) ) );

/**
* Blog Section Upsell
*/
$wp_customize->add_setting( 'oblique_theme_info_blog_section_control', array(
'sanitize_callback' => 'esc_html',
) );

$wp_customize->add_control( new Oblique_Control_Upsell_Theme_Info( $wp_customize, 'oblique_theme_info_blog_section_control', array(
'section' => 'blog_options',
'priority' => 500,
'options' => array(
esc_html__( 'Alternative Layout', 'oblique' ),
),
'explained_features' => array(
esc_html__( 'Choose between 2 styles to display your posts on the front page.', 'oblique' ),
),
'button_url' => esc_url( 'https://themeisle.com/themes/oblique-pro/' ),
'button_text' => esc_html__( 'View PRO version', 'oblique' ),
) ) );

/**
* Header Section Upsell
*/
Expand Down

0 comments on commit e43e24f

Please sign in to comment.