Changeset 48224 for trunk/src/wp-includes/class-wp-block.php
- Timestamp:
- 06/30/2020 11:02:22 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block.php
r48159 r48224 227 227 } 228 228 229 /** This filter is documented in src/wp-includes/blocks.php */ 229 /** 230 * Filters the content of a single block. 231 * 232 * @since 5.0.0 233 * 234 * @param string $block_content The block content about to be appended. 235 * @param array $block The full block, including name and attributes. 236 */ 230 237 return apply_filters( 'render_block', $block_content, $this->parsed_block ); 231 238 }
Note: See TracChangeset
for help on using the changeset viewer.