Automattic\WooCommerce\Blocks\BlockTypes

FilterWrapper{}WC 1.0

FilterWrapper class.

Хуков нет.

Использование

$FilterWrapper = new FilterWrapper();
// use class methods

Методы

  1. protected get_block_type_style()

Код FilterWrapper{} WC 8.7.0

class FilterWrapper extends AbstractBlock {
	/**
	 * Block name.
	 *
	 * @var string
	 */
	protected $block_name = 'filter-wrapper';

	/**
	 * Get the frontend style handle for this block type.
	 *
	 * @return null
	 */
	protected function get_block_type_style() {
		return null;
	}
}