' . esc_html__('Comment Not Allowed', 'ascora') . '' ); $meta_parts[] = ob_get_clean(); if (!empty($meta_parts)) : ?>
| ', $meta_parts); ?>
By | | | | Comment Not Allowed'); ?>
__('Hero Section', 'ascora'), 'description' => __('A custom hero section with heading and button', 'ascora'), 'content' => '

Welcome to Ascora Theme

', 'categories' => array('ascora-patterns'), ) ); } add_action('init', 'ascora_register_block_patterns'); function ascora_register_pattern_categories() { register_block_pattern_category( 'ascora-patterns', array('label' => __('Ascora Patterns', 'ascora')) ); } add_action('init', 'ascora_register_pattern_categories'); function ascora_enqueue_scripts() { //enqueue if (is_singular() && comments_open() && get_option('thread_comments')) { wp_enqueue_script('comment-reply'); } } add_action('wp_enqueue_scripts', 'ascora_enqueue_scripts');