get( 'Version' ) ); // Enqueue theme stylesheet. wp_enqueue_style( 'app-development-company-style' ); } endif; add_action( 'wp_enqueue_scripts', 'app_development_company_styles' ); // Add block patterns require get_template_directory() . '/inc/block-pattern.php'; // Add block Style require get_template_directory() . '/inc/block-style.php'; // Get Started require get_template_directory() . '/get-started/getstart.php'; // Add Customizer require get_template_directory() . '/inc/customizer.php'; // Upsell if ( class_exists( 'WP_Customize_Section' ) ) { class App_Development_Company_Upsell_Section extends WP_Customize_Section { public $type = 'app-development-company-upsell'; public $button_text = ''; public $url = ''; public $background_color = ''; public $text_color = ''; protected function render() { $background_color = ! empty( $this->background_color ) ? esc_attr( $this->background_color ) : '#3E84DC'; $text_color = ! empty( $this->text_color ) ? esc_attr( $this->text_color ) : '#fff'; ?>
  • title ); ?> button_text ); ?>