Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53772


Ignore:
Timestamp:
07/24/2021 09:27:46 PM (4 years ago)
Author:
sabernhardt
Comment:

@spyglassweb Welcome to WordPress Core Trac!

Deprecation notices are supposed to show when a plugin (or theme) uses a deprecated function and debug is active. define( 'WP_DEBUG', true );

If you switch that to false in your wp-config.php file (create a backup first), the notices should go away.

Otherwise, you could keep debug on and try deactivating plugins one-by-one to find out which uses the deprecated block_categories filter. Then report the issue on their support forum, if that has not been done yet.

I'll close this ticket because it should not be a core bug.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53772

    • Property Status changed from new to closed
    • Property Component changed from General to Editor
    • Property Resolution changed from to invalid
    • Property Milestone changed from Awaiting Review to
  • Ticket #53772 – Description

    initial v1  
    11I am seeing various error messages appear since the latest WP.  The below error happens when creating a new post that is a CPT. When using mac in an updated Chrome browser we are unable to see the title and blocks to add text (the custom fields show, but not the standard WP fields)
    22
    3 Deprecated: block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in /var/www/vhosts/usbgf.org/dev.usbgf.org/wp-includes/functions.php on line 5458
     3Deprecated: block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in .../wp-includes/functions.php on line 5458
    44
    5 Deprecated: block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in /var/www/vhosts/usbgf.org/dev.usbgf.org/wp-includes/functions.php on line 5458
     5Deprecated: block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in .../wp-includes/functions.php on line 5458
    66
    77