get( 'Version' ) ); // Enqueue theme stylesheet. wp_enqueue_style( 'architect-construction-style' ); } endif; add_action( 'wp_enqueue_scripts', 'architect_construction_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'; /** * Display the admin notice if not dismissed. */ function architect_construction_admin_notice() { // Check if the notice is dismissed $dismissed = get_user_meta(get_current_user_id(), 'architect_construction_dismissed_notice', true); // Display the notice only if not dismissed if (!$dismissed) { ?>