|
@@ -149,14 +149,6 @@ function blockbase_fonts_url() {
|
|
|
return esc_url_raw( 'https://fonts.googleapis.com/css2?' . implode( '&', array_unique( $font_families ) ) . '&display=swap' );
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * Restores the Customizer since we still rely on it.
|
|
|
- */
|
|
|
-function blockbase_restore_customizer() {
|
|
|
- remove_action( 'admin_menu', 'gutenberg_remove_legacy_pages' );
|
|
|
-}
|
|
|
-add_action( 'init', 'blockbase_restore_customizer' );
|
|
|
-
|
|
|
/**
|
|
|
* Customize Global Styles
|
|
|
*/
|