get('Version'), true ); } add_action( 'wp_enqueue_scripts', 'bestio_theme_custom_script' ); // Add block patterns require get_template_directory() . '/inc/block-patterns.php'; require get_template_directory() . '/inc/free-patterns.php'; // Add Customizer require get_template_directory() . '/inc/customizer.php'; if ( class_exists( 'WP_Customize_Section' ) ) { class Bestio_Upsell_Section extends WP_Customize_Section { public $type = 'bestio-upsell'; public $button_text = ''; public $url = ''; public $background = ''; public $text_color = ''; protected function render() { $background = ! empty( $this->background ) ? esc_attr( $this->background ) : 'linear-gradient(90deg,rgb(0,0,0) 0%,rgb(0,0,0) 35%,rgb(0,0,0) 70%,rgb(0,0,0) 100%)'; $text_color = ! empty( $this->text_color ) ? esc_attr( $this->text_color ) : '#fff'; ?>