File: wp-includes/class-wp-block.php
-
Filters whether Interactivity API should process directives.
-
Processes the block bindings and updates the block attributes with the values from the sources.
-
methodWP_Block::replace_html()
Depending on the block attribute name, replace its value in the HTML based on the value provided.
-
Filters the content of a single block.
-
classWP_Block
Class representing a parsed instance of a block.
-
methodWP_Block::__construct()
Constructor.
-
methodWP_Block::__get()
Returns a value from an inaccessible property.
-
methodWP_Block::render()
Generates the render output for the block.
-
hookrender_block
Filters the content of a single block.