'ffffff' )); add_theme_support( 'custom-logo', array( 'height' => 70, 'width' => 70, ) ); add_theme_support( 'custom-header', array( 'width' => 1920, 'height' => 100 )); add_editor_style( array( '/css/editor-style.css' ) ); } add_action( 'after_setup_theme', 'lms_education_university_after_setup_theme', 999 ); } if (!function_exists('lms_education_university_widgets_init')) { function lms_education_university_widgets_init() { register_sidebar(array( 'name' => esc_html__('Sidebar','lms-education-university'), 'id' => 'lms-education-sidebar', 'description' => esc_html__('This sidebar will be shown next to the content.', 'lms-education-university'), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'name' => esc_html__('Footer sidebar','lms-education-university'), 'id' => 'lms-education-footer-sidebar', 'description' => esc_html__('This sidebar will be shown next at the bottom of your content.', 'lms-education-university'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); } add_action( 'widgets_init', 'lms_education_university_widgets_init' ); } function lms_education_university_remove_custom($wp_customize) { $wp_customize->remove_setting('lms_education_slider_phone_heading'); $wp_customize->remove_control('lms_education_slider_phone_text'); } add_action( 'customize_register', 'lms_education_university_remove_custom', 1000 ); add_action( 'init', 'lms_education_university_remove_parent_function'); function lms_education_university_remove_parent_function() { remove_action( 'admin_menu', 'lms_education_getting_started' ); } ?>