PATH:
home
/
ediuae
/
pearlandpetalbeautyspa.com
/
wp-content
/
themes
/
euphony-blocks
/
inc
<?php /** * Block Styles * * @link https://developer.wordpress.org/reference/functions/register_block_style/ * * @package Euphony_Blocks * @since 1.0 */ if ( function_exists( 'register_block_style' ) ) { /** * Register block styles. * * @since 0.1 * * @return void */ function euphony_blocks_register_block_styles() { //Wp Block Group Padding Zero register_block_style( 'core/group', array( 'name' => 'padding-0', 'label' => esc_html__( 'No Padding', 'euphony-blocks' ), ) ); //Wp Block Columns Gap Zero register_block_style( 'core/columns', array( 'name' => 'have-gap-0', 'label' => esc_html__( 'Gap Zero', 'euphony-blocks' ), ) ); } add_action( 'init', 'euphony_blocks_register_block_styles' ); }
[-] block-patterns.php
[edit]
[+]
..
[-] block-filters.php
[edit]
[-] block-styles.php
[edit]
[-] about.php
[edit]
[-] persist-admin-notices-dismissal.php
[edit]
[-] icon-function.php
[edit]