uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
.
/
woocommerce
/
src
/
Blocks
/
BlockTypes
/
ProductCategory.php
/
/
<?php namespace Automattic\WooCommerce\Blocks\BlockTypes; /** * ProductCategory class. */ class ProductCategory extends AbstractProductGrid { /** * Block name. * * @var string */ protected $block_name = 'product-category'; /** * Set args specific to this block * * @param array $query_args Query args. */ protected function set_block_query_args( &$query_args ) {} /** * Get block attributes. * * @return array */ protected function get_block_type_attributes() { return array_merge( parent::get_block_type_attributes(), array( 'className' => $this->get_schema_string(), 'orderby' => $this->get_schema_orderby(), 'editMode' => $this->get_schema_boolean( true ), ) ); } }
/home/batcwwjx/www/wp-content/plugins/./woocommerce/src/Blocks/BlockTypes/ProductCategory.php