Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
themes
/
amanus
/
inc
/
File Content:
block-styles.php
<?php if ( function_exists( 'register_block_style' ) ) { function amanus_basic_register_block_styles() { // Latest Posts: Dividers. register_block_style( 'core/latest-posts', array( 'name' => 'templaza-latest-posts-dividers', 'label' => esc_html__( 'Dividers', 'amanus' ), ) ); // Latest Posts: Borders. register_block_style( 'core/latest-posts', array( 'name' => 'templaza-latest-posts-borders', 'label' => esc_html__( 'Borders', 'amanus' ), ) ); // Media & Text: Borders. register_block_style( 'core/media-text', array( 'name' => 'templaza-border', 'label' => esc_html__( 'Borders', 'amanus' ), ) ); // Gallery Style. register_block_style( 'core/gallery', array( 'name' => 'templaza-gallery-style1', 'label' => esc_html__( 'Style1', 'amanus' ), ) ); // Heading Style. register_block_style( 'core/heading', array( 'name' => 'templaza-heading-style1', 'label' => esc_html__( 'Style1', 'amanus' ), ) ); // Heading Style. register_block_style( 'core/heading', array( 'name' => 'templaza-heading-style2', 'label' => esc_html__( 'Style2', 'amanus' ), ) ); // Heading Style. register_block_style( 'core/heading', array( 'name' => 'templaza-heading-style3', 'label' => esc_html__( 'Style3', 'amanus' ), ) ); } add_action( 'init', 'amanus_basic_register_block_styles' ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
block-styles.php
1519 bytes
0644
header.php
5313 bytes
0644
N4ST4R_ID | Naxtarrr