Hackfut Security File Manager
Current Path:
/home/haielekt/sinyo.co.id/wp-content/themes/hybridmag/inc
home
/
haielekt
/
sinyo.co.id
/
wp-content
/
themes
/
hybridmag
/
inc
/
📁
..
📄
block-editor.php
(4.24 KB)
📄
block-styles.php
(967 B)
📄
class-hybridmag-meta-boxes.php
(7.24 KB)
📄
class-hybridmag-nav-walker.php
(4.88 KB)
📄
class-hybridmag-svg-icons.php
(49.51 KB)
📄
css-output.php
(33.55 KB)
📄
custom-header.php
(2.87 KB)
📁
customizer
📁
dashboard
📄
editor-custom-css.php
(12.94 KB)
📄
jetpack.php
(825 B)
📁
structure
📄
template-functions.php
(21.94 KB)
📄
template-tags.php
(24.18 KB)
📁
widgets
📄
wptt-webfont-loader.php
(17.35 KB)
Editing: block-styles.php
<?php /** * Block styles for Magazine Companion Blocks. */ if ( function_exists( 'register_block_style' ) ) { function hybridmag_register_block_styles() { $blocks_array = array( 'bnm-blocks/posts-ultra', 'bnm-blocks/post-block-1', 'bnm-blocks/post-block-2', 'bnm-blocks/featured-posts-1', 'bnm-blocks/featured-posts-2', 'bnm-blocks/posts-slider' ); foreach ( $blocks_array as $block ) { register_block_style( $block, array( 'name' => 'boxed', 'label' => __( 'Boxed', 'hybridmag' ) ) ); } register_block_style( 'core/heading', array( 'name' => 'hybridmag-heading-s1', 'label' => esc_html__( 'Border Bottom', 'hybridmag' ), ) ); } add_action( 'init', 'hybridmag_register_block_styles' ); }
Upload File
Create Folder