소스 검색

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 );
+remove_action( 'init', 'wpcomsh_activate_google_fonts_module', 0 );