/** * Templazee Clinic functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Templazee Clinic * @since Templazee Clinic 1.0 */ function tempalzee_clinic_scripts(){ wp_enqueue_style('templazee-clinic-parent-style', get_template_directory_uri() . '/style.css'); } add_action('wp_enqueue_scripts', 'tempalzee_clinic_scripts'); function tempalzee_clinic_register_block_pattern_categories(){ register_block_pattern_category( 'templazee-clinic', array( 'label' => __( 'Theme Pattern', 'templazee-clinic' ) ) ); } add_action('init', 'tempalzee_clinic_register_block_pattern_categories'); Hello world! – WellGen Pay

Hello world!

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

One response to “Hello world!”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are marked *