Changes between Version 1 and Version 2 of Ticket #48104
- Timestamp:
- 09/23/2019 02:39:30 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48104 – Description
v1 v2 1 Part of making the navigation block dynamic was adding a new filter at `pre_render_block` which enhances the way blocks are passed to the server render callback by passing `render_callback` the block object as the 2 argument. 1 Part of making the navigation block dynamic was adding a new filter at `pre_render_block` which enhances the way blocks are passed to the server render callback by passing `render_callback` the block object as the argument. 3 2 4 3 We should to update WP Core with these changes and remove them from the Gutenberg compat lib https://github.com/WordPress/gutenberg/blob/95e769df1f82f6b0ef587d81af65dd2f48cd1c38/lib/compat.php#L33