Uses
Uses | Description |
---|---|
wp-includes/blocks.php: parse_blocks() | Parses blocks out of a content string. |
wp-includes/blocks.php: render_block() | Renders a single block into a HTML string. |
wp-includes/blocks.php: has_blocks() | Determine whether a post or content string has blocks. |
wp-includes/plugin.php: has_filter() | Check if any filter has been registered for a hook. |
wp-includes/plugin.php: doing_filter() | Retrieve the name of a filter currently being processed. |
wp-includes/plugin.php: remove_filter() | Removes a function from a specified filter hook. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |