esc_html__( 'CyyWordpress', 'cyywordpress' ) ) ); // Load pattern files. $pattern_files = array( 'hero-banner', 'post-card-grid', 'cta-section', ); foreach ( $pattern_files as $pattern ) { $file = get_template_directory() . "/patterns/{$pattern}.php"; if ( file_exists( $file ) ) { require $file; } } } endif; add_action( 'init', 'cyywordpress_register_block_patterns' );