GC_Block_Styles_Registry::get_all_registered()

最后更新于:2021-11-26 10:34:26

GC_Block_Styles_Registry::get_all_registered()

Retrieves all registered block styles.

响应

(array) Array of arrays containing the registered block styles properties grouped per block, and per style.

源文件

文件: gc-includes/class-gc-block-styles-registry.php

	public function get_all_registered() {
		return $this->registered_block_styles;
	}