Gutenberg_Block::__construct()

Summary

No summary available.

Source

File: src/BigCommerce/Editor/Gutenberg/Blocks/Gutenberg_Block.php

	public function __construct() {
		if ( static::NAME === '' ) {
			throw new \LogicException( __( 'Gutenberg_Block extending classes must set a NAME constant', 'bigcommerce' ) );
		}
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.