uawdijnntqw1x1x1
IP : 18.117.129.247
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
Utils
/
..
/
BlockTypes
/
ProductTitle.php
/
/
<?php namespace Automattic\WooCommerce\Blocks\BlockTypes; /** * ProductTitle class. */ class ProductTitle extends AbstractBlock { /** * Block name. * * @var string */ protected $block_name = 'product-title'; /** * API version name. * * @var string */ protected $api_version = '3'; /** * Get block supports. Shared with the frontend. * IMPORTANT: If you change anything here, make sure to update the JS file too. * * @return array */ protected function get_block_type_supports() { return array( 'color' => array( 'gradients' => true, 'background' => true, 'link' => false, 'text' => true, '__experimentalSkipSerialization' => true, ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontWeight' => true, '__experimentalTextTransform' => true, '__experimentalFontFamily' => true, ), 'spacing' => array( 'margin' => true, '__experimentalSkipSerialization' => true, ), '__experimentalSelector' => '.wc-block-components-product-title', ); } /** * Register script and style assets for the block type before it is registered. * * This registers the scripts; it does not enqueue them. */ protected function register_block_type_assets() { parent::register_block_type_assets(); $this->register_chunk_translations( [ $this->block_name ] ); } }
/home/batcwwjx/www/wp-content/plugins/woocommerce/src/Blocks/Utils/../BlockTypes/ProductTitle.php