Automattic\WooCommerce\Blocks\Templates
ArchiveProductTemplatesCompatibility::is_post_template()
Check whether block is a Post template.
Method of the class: ArchiveProductTemplatesCompatibility{}
No Hooks.
Return
null
. Nothing (null).
Usage
// private - for code of main (parent) class only $result = $this->is_post_template( $block_name );
- $block_name(string) (required)
- Block name.
ArchiveProductTemplatesCompatibility::is_post_template() ArchiveProductTemplatesCompatibility::is post template code WC 9.4.2
private function is_post_template( $block_name ) { return 'core/post-template' === $block_name; }