![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/renascerdoestoril.com/wp-content/themes/soccer-club/inc/ |
<?php /** * Block Styles * * @link https://developer.wordpress.org/reference/functions/register_block_style/ * * @package WordPress * @subpackage soccer-club * @since soccer-club 1.0 */ if ( function_exists( 'register_block_style' ) ) { /** * Register block styles. * * @since soccer-club 1.0 * * @return void */ function soccer_club_register_block_styles() { // Image: Borders. register_block_style( 'core/image', array( 'name' => 'soccer-club-border', 'label' => esc_html__( 'Borders', 'soccer-club' ), ) ); } add_action( 'init', 'soccer_club_register_block_styles' ); }