浏览代码

Unhook wpcomsh Google Fonts module activation

Grant Kinney 3 年之前
父节点
当前提交
0f1a15d94a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      blockbase/functions.php

+ 1 - 0
blockbase/functions.php

@@ -232,3 +232,4 @@ function blockbase_disable_jetpack_google_fonts() {
 	}
 	}
 }
 }
 add_action( 'init', 'blockbase_disable_jetpack_google_fonts', 0 );
 add_action( 'init', 'blockbase_disable_jetpack_google_fonts', 0 );
+remove_action( 'init', 'wpcomsh_activate_google_fonts_module', 0 );