File: wp-includes/widgets/class-wp-widget-block.php
-
The classname used in the block widget’s container HTML.
-
Handles updating settings for the current Block widget instance.
-
methodWP_Widget_Block::form()
Outputs the Block widget settings form.
-
Makes sure no block widget is considered to be wide.
-
classWP_Widget_Block
Core class used to implement a Block widget.
-
Sets up a new Block widget instance.
-
Outputs the content for the current Block widget instance.
-
Filters the content of the Block widget before output.
-
Calculates the classname to use in the block widget’s container HTML.