• Resolved camya

    (@ecc)


    This is not really a bug report, but only a reminder.

    The setup_actions() of this plugin uses the now deprectated “block_categories” filter.

    block_categories is deprecated since version 5.8.0! Use block_categories_all instead.

    In: themezee-magazine-blocks/themezee-magazine-blocks.php

    static function setup_actions() {
      // ...
      add_filter( 'block_categories', array( __CLASS__, 'block_categories' ), 10, 2 );}
  • The topic ‘Deprecated info for “block_categories” in setup_actions()’ is closed to new replies.