whoami7 - Manager
:
/
home
/
analuakl
/
somethingsmushy.com
/
wp-content
/
themes
/
yith-wonder
/
inc
/
Upload File:
files >> /home/analuakl/somethingsmushy.com/wp-content/themes/yith-wonder/inc/register-block-patterns.php
<?php /** * Block patterns categories. * * @package yith-wonder * @since 1.0.0 */ /** * Registers block pattern categories. * * @since 1.0.0 * * @return void */ function yith_wonder_register_block_pattern_category() { register_block_pattern_category( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_pattern_category 'yith-wonder-site-footer', array( 'label' => esc_html__( 'Wonder - Site Footers', 'yith-wonder' ) ) ); register_block_pattern_category( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_pattern_category 'yith-wonder-site-header', array( 'label' => esc_html__( 'Wonder - Site Headers', 'yith-wonder' ) ) ); register_block_pattern_category( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_pattern_category 'yith-wonder-pages', array( 'label' => esc_html__( 'Wonder - Pages', 'yith-wonder' ) ) ); register_block_pattern_category( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_pattern_category 'yith-wonder-testimonials', array( 'label' => esc_html__( 'Wonder - Testimonials', 'yith-wonder' ) ) ); register_block_pattern_category( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_pattern_category 'yith-wonder-banners', array( 'label' => esc_html__( 'Wonder - Banners', 'yith-wonder' ) ) ); register_block_pattern_category( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_pattern_category 'yith-wonder-page-sections', array( 'label' => esc_html__( 'Wonder - Page sections', 'yith-wonder' ) ) ); register_block_pattern_category( // phpcs:ignore WPThemeReview.PluginTerritory.ForbiddenFunctions.editor_blocks_register_block_pattern_category 'yith-wonder-utilities', array( 'label' => esc_html__( 'Wonder - Utilities', 'yith-wonder' ) ) ); } add_action( 'init', 'yith_wonder_register_block_pattern_category', 5 );
Copyright ©2021 || Defacer Indonesia