esc_html__( 'Primary Menu', 'block-aarambha' ), ) ); // Enable the WordPress Customizer. add_action( 'customize_register', '__return_true' ); } } add_action( 'after_setup_theme', 'block_aarambha_support' ); /** * Theme Enqueue Styles. */ if ( ! function_exists( 'block_aarambha_styles' ) ) { /** * Enqueue styles. * * @since 1.0 * * @return void */ function block_aarambha_styles() { // Enqueue theme stylesheet. wp_enqueue_style( 'block-aarambha-developer-style', get_theme_file_uri( '/assets/css/developer.css' ), array(), filemtime( get_theme_file_path( '/assets/css/developer.css' ) ) ); wp_enqueue_script( 'block-aarambha-main-js', get_theme_file_uri( '/assets/js/index.js' ), array(), filemtime( get_theme_file_path( '/assets/js/index.js' ) ), true ); } } add_action( 'wp_enqueue_scripts', 'block_aarambha_styles' ); /** * Theme includes. */ require_once get_theme_file_path( '/inc/inc.php' );