You've already forked wp-bootstrap
11 lines
201 B
PHP
11 lines
201 B
PHP
|
|
<?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
|
||
|
|
{
|
||
|
|
}
|