hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
245 stars 56 forks source link

`block_categories` hook is deprecated #374

Closed ethanclevenger91 closed 1 year ago

ethanclevenger91 commented 1 year ago

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.