Check Out
Lorem Ipsum has been the industrys standard dummy text ever since the 1500s
when an unknown printer took a galley of type and scrambled
/** * 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');
Lorem Ipsum has been the industrys standard dummy text ever since the 1500s
when an unknown printer took a galley of type and scrambled