Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45157, comment 16


Ignore:
Timestamp:
10/24/2018 06:03:23 PM (8 years ago)
Author:
danielbachhuber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45157, comment 16

    initial v1  
    1 Worth noting that core defines the classes much earlier than plugins are loaded. However, GB compatibility with WP 5.0 only exists for GB 4.1 (which isn't yet formally released), so if you're running GB 4.0 or earlier you can expect WordPress to fatal.
     1Worth noting that WordPress defines the Block classes much earlier than the Gutenberg plugin is loaded..  The `class_exists()` checks are correct in GB.
     2
     3
     4However, GB compatibility with WP 5.0 only exists for GB 4.1 (which isn't yet formally released). If you're running GB 4.0 or earlier you can expect WordPress 5.0 to fatal.