NHSLeadership / nhsblocks

NHSUK Frontend Blocks WordPress plugin
https://www.leadershipacademy.nhs.uk
Other
14 stars 6 forks source link

Deprecated filter: block_categories #87

Closed bobbingwide closed 11 months ago

bobbingwide commented 2 years ago

Getting the following message in the block editor

Deprecated: block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in C:\apache\htdocs\wp-a2z\wp-includes\functions.php on line 5586

Proposed fix

Change nhsblock.php as suggested by the deprecated message.

/**
 * Add custom "nhsblocks" block category.
 *
 * @link https://wordpress.org/gutenberg/handbook/designers-developers/developers/filters/block-filters/#managing-block-categories
 */
add_filter( 'block_categories_all', 'nhsblocks_block_categories', 10, 2 );
maheshmuralip commented 11 months ago

Hi @bobbingwide,

This is fixed in v1.3.10. Many thanks.