hyunsupul/aesop-core

`block_categories` hook is deprecated

Closed this issue · 0 comments

On WordPress 6.0.3, Aesop 2.3.0:

PHP Deprecated: Hook block_categories is <strong>deprecated</strong> since version 5.8.0! Use block_categories_all instead.

Offending code is in aesop-core.php. Simply changing the name of the filter hook resolves the issue.