Theme: Enable the new global header/footer

This commit is contained in:
Ian Dunn 2023-11-03 11:35:16 -07:00
parent b0496e7a84
commit c5e3ed32c9
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
8 changed files with 303 additions and 42 deletions

View file

@ -2,12 +2,6 @@
namespace WordPressDotOrg\FiveForTheFuture\Theme;
// Temporary for local environments. Remove this when the new header launches.
// See https://github.com/WordPress/wporg-mu-plugins/issues/38
if ( ! defined( 'FEATURE_2021_GLOBAL_HEADER_FOOTER' ) ) {
define( 'FEATURE_2021_GLOBAL_HEADER_FOOTER', false );
}
/**
* Sets up theme defaults and registers support for various WordPress features.
*