Dashboard
PHP:
8.1.33
OS:
Linux
User:
lawtemple
/
/
home
/
www
/
lawtemplefirm.com
/
wp-content
/
themes
/
law-temple-theme
/
inc
📤 Upload
📝 New File
📁 New Folder
Close
Editing: patterns.php
<?php if(!defined('ABSPATH'))exit; function lt_theme_pattern_categories(){ register_block_pattern_category('law-temple',array('label'=>__('Law Firm','law-temple-theme'))); register_block_pattern_category('law-firm-pages',array('label'=>__('Law Firm Pages','law-temple-theme'))); register_block_pattern_category('law-firm-sections',array('label'=>__('Law Firm Sections','law-temple-theme'))); register_block_pattern_category('law-firm-content',array('label'=>__('Law Firm Dynamic Content','law-temple-theme'))); } add_action('init','lt_theme_pattern_categories');
Save
Cancel