You've already forked wp-bootstrap
11 lines
185 B
PHP
11 lines
185 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Stub for WordPress WP_Block class.
|
||
|
|
*
|
||
|
|
* Used as a type hint in BlockRenderer handler methods.
|
||
|
|
* Only needs to exist — no functionality required.
|
||
|
|
*/
|
||
|
|
class WP_Block
|
||
|
|
{
|
||
|
|
}
|