block_core_latest_posts_migrate_categories


block_core_latest_posts_migrate_categories ( $block )

Parameters:
  • (array) block A single parsed block object.
Returns:
  • (array) The migrated block object.
Defined at:

Description

Handles outdated versions of the `core/latest-posts` block by converting attribute `categories` from a numeric string to an array with key `id`.This is done to accommodate the changes introduced in #20781 that sought to add support for multiple categories to the block. However, given that this block is dynamic, the usual provisions for block migration are insufficient, as they only act when a block is loaded in the editor. TODO: Remove when and if the bottom client-side deprecation for this block is removed.

Related Functions

block_core_latest_posts_get_excerpt_length, render_block_core_latest_posts, register_block_core_latest_posts, block_core_navigation_get_post_ids, render_block_core_categories

Top Google Results

User discussions

wpseek mobile