• Hi,
    I just tested the plugin with the latest WordPress 5.8 and TwentyTwentyOne but I get this error:
    Deprecated: block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in /home/website/public_html/wp-includes/functions.php on line 5458

    Is this a known issue and will it be solved soon?
    Many thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Vicky Agravat

    (@vickyagravat)

    Hello @psodfj

    Marked as deprecated, is not an issue. It is just warning that, in next feature update that function will be removed.

    It will display only if you have
    define( 'WP_DEBUG', true );
    if you don’t want show this warning just turn it off.
    define( 'WP_DEBUG', false );
    in your wp-config.php

    Also, I will fix that in next plugin update.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Deprecated: block_categories’ is closed to new replies.