浏览代码

Blockbase: Remove wpcom hook (#4563)

* Blockbase: Remove wpcom hook

* Removed the two unused wpcom files

Co-authored-by: Jason Crist <jcrist@pbking.com>
Ben Dwyer 3 年之前
父节点
当前提交
280f2f8608
共有 1 个文件被更改,包括 0 次插入14 次删除
  1. 0 14
      blockbase/inc/wpcom.php

+ 0 - 14
blockbase/inc/wpcom.php

@@ -1,14 +0,0 @@
-<?php
-/**
- * WordPress.com-specific functions and definitions.
- *
- * This file is centrally included from `wp-content/mu-plugins/wpcom-theme-compat.php`.
- *
- * @package Blockbase
- */
-
-/**
- * Restores the Customizer since we still rely on it.
- * (For WPcom REST API requests to work properly.)
- */
-add_action( 'restapi_theme_init', 'blockbase_restore_customizer', 11 );