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

11 lines
201 B
PHP
Raw Normal View History

<?php
/**
* Stub for WordPress WP_Widget class.
*
* Used as a type hint in WidgetRenderer::processBlockWidgetContent().
* Only needs to exist — no functionality required.
*/
class WP_Widget
{
}