get( 'Version' ) ); // Enqueue theme stylesheet. wp_enqueue_style( 'business-venture-style' ); wp_style_add_data( 'business-venture-style', 'rtl', 'replace' ); wp_enqueue_script( 'business-venture-custom-script', get_theme_file_uri( '/assets/js/custom-script.js' ), array( 'jquery' ), true ); } endif; add_action( 'wp_enqueue_scripts', 'business_venture_styles' ); /** * About Theme Function */ require get_theme_file_path( '/about-theme/about-theme.php' ); /** * Customizer */ require get_template_directory() . '/inc/customizer.php';