Server IP : 149.255.58.128 / Your IP : 149.255.58.128
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/wheelch2/public_html/wp-content/themes/building-lite/inc//block-styles.php
<?php
/**
* Block Styles
*
* @link https://developer.wordpress.org/reference/functions/register_block_style/
*
*/
if ( function_exists( 'register_block_style' ) ) {
/**
* Register block styles.
*
* @since Building Lite 1.0
*
* @return void
*/
function building_lite_register_block_styles() {
// Columns: Overlap.
register_block_style(
'core/columns',
array(
'name' => 'building-lite-columns-overlap',
'label' => esc_html__( 'Overlap', 'building-lite' ),
)
);
// Cover: Borders.
register_block_style(
'core/cover',
array(
'name' => 'building-lite-border',
'label' => esc_html__( 'Borders', 'building-lite' ),
)
);
// Group: Borders.
register_block_style(
'core/group',
array(
'name' => 'building-lite-border',
'label' => esc_html__( 'Borders', 'building-lite' ),
)
);
// Image: Borders.
register_block_style(
'core/image',
array(
'name' => 'building-lite-border',
'label' => esc_html__( 'Borders', 'building-lite' ),
)
);
// Image: Frame.
register_block_style(
'core/image',
array(
'name' => 'building-lite-image-frame',
'label' => esc_html__( 'Frame', 'building-lite' ),
)
);
// Latest Posts: Dividers.
register_block_style(
'core/latest-posts',
array(
'name' => 'building-lite-latest-posts-dividers',
'label' => esc_html__( 'Dividers', 'building-lite' ),
)
);
// Latest Posts: Borders.
register_block_style(
'core/latest-posts',
array(
'name' => 'building-lite-latest-posts-borders',
'label' => esc_html__( 'Borders', 'building-lite' ),
)
);
// Media & Text: Borders.
register_block_style(
'core/media-text',
array(
'name' => 'building-lite-border',
'label' => esc_html__( 'Borders', 'building-lite' ),
)
);
// Separator: Thick.
register_block_style(
'core/separator',
array(
'name' => 'building-lite-separator-thick',
'label' => esc_html__( 'Thick', 'building-lite' ),
)
);
// Social icons: Dark gray color.
register_block_style(
'core/social-links',
array(
'name' => 'building-lite-social-icons-color',
'label' => esc_html__( 'Dark gray', 'building-lite' ),
)
);
}
add_action( 'init', 'building_lite_register_block_styles' );
}
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 29 2023 22:41:18 | 1032 / wheelch2 | 0755 | |
| | | | | |
block-patterns.php | 19.136 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |
block-styles.php | 2.248 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |
custom-header.php | 1.547 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |
customizer.php | 9.685 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |
extras.php | 0.526 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |
template-tags.php | 6.647 KB | May 29 2023 22:41:18 | 1032 / wheelch2 | 0644 | |