register_section_type( 'RELAXEDHOME_Lite_Customize_Section_Pro' ); $manager->add_section( new RELAXEDHOME_Lite_Customize_Section_Pro( $manager, 'botaniical_Pro_suggestion', array( 'priority' => 9, 'title' => esc_html__( 'Botaniical Pro', 'botaniical' ), 'pro_text' => esc_html__( 'Go Pro','botaniical' ), 'pro_url' => esc_url('https://www.nordicwptheme.com/product/botanical-pro-wordpress-theme-for-multipurpose/') ) ) ); } add_action( 'customize_register', 'botaniical_pro_section' ); function botaniical_remove_parent_pro_section( $wp_customize ) { $wp_customize->remove_section( 'relaxedhome_lite_example_1' ); } add_action( 'customize_register', 'botaniical_remove_parent_pro_section', 20 ); define('BOTANIICAL_BUY_NOW',__('https://www.nordicwptheme.com/product/botanical-pro-wordpress-theme-for-multipurpose/','botaniical')); define('BOTANIICAL_LIVE_DEMO',__('https://nordicwptheme.se/botanical/','botaniical')); define('BOTANIICAL_PRO_DOC',__('https://www.nordicwptheme.com/Documentation/','botaniical')); define('BOTANIICAL_FREE_DOC',__('https://www.nordicwptheme.com/Documentation/','botaniical')); define('BOTANIICAL_CONTACT',__('https://www.nordicwptheme.com/contact/','botaniical')); define('BOTANIICAL_CREDIT',__('https://www.nordicwptheme.com/product/botanical-free-wordpress-theme/','botaniical')); function botaniical_my_custom_remove_parent_theme_page() { remove_submenu_page( 'themes.php', 'relaxedhome_lite_guide' ); } add_action( 'admin_menu', 'botaniical_my_custom_remove_parent_theme_page', 11 ); function botaniical_setup() { add_theme_support( 'title-tag' ); add_theme_support( 'automatic-feed-links' ); } add_action( 'after_setup_theme', 'botaniical_setup' ); function botaniical_widgets_init() { register_sidebar( array( 'name' => __( 'Blog Sidebar', 'botaniical' ), 'description' => __( 'Appears on blog page sidebar', 'botaniical' ), 'id' => 'sidebar-1', 'before_widget' => '', 'before_title' => '