Changes between Initial Version and Version 2 of Ticket #56923
- Timestamp:
- 10/27/2022 09:31:36 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56923
- Property Keywords has-patch added
-
Property
Priority
changed from
normal
tohigh
-
Property
Milestone
changed from
Awaiting Review
to6.1.1
-
Ticket #56923 – Description
initial v2 1 register_block_core_template_part functions calls, build_template_part_block_variations -> build_template_part_block_instance_variations->2 get_block_templates.1 `register_block_core_template_part` functions calls, `build_template_part_block_variations` -> `build_template_part_block_instance_variations` -> 2 `get_block_templates`. 3 3 4 This calls WP_Queryand gets ALL posts of post type `wp_template_part`. This happens on classic themes that do not even support theme parts.4 This calls `WP_Query` and gets ALL posts of post type `wp_template_part`. This happens on classic themes that do not even support theme parts.