Files
wp-bootstrap/tests/Stubs/WpBlock.php
T

11 lines
185 B
PHP
Raw Normal View History

<?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
{
}