以下內容是 2022年 June 的归档:

收到了谷歌的AdSense PIN码国际邮件

想必会有人想知道谷歌的PIN码邮件长什么样,我给你简单介绍下吧。 从谷歌后台显示寄出到今天正式收到,用了20多天。(5月21日寄出,6月18收到) 这封国际邮件是从马来西亚寄过来的,上面没有联系电话,邮递员直接送上门的,所以填写地址非常的重要。 下面是拍的照片。 上面打马赛克的地方就是PIN码的位置,6位数字。 (more...)

在wordpress中禁用google fonts谷歌字体

放到functions.php用的代码 123456789101112** * Plugin Name: Disable & Remove Google Fonts * Plugin URI: https://wordpress.org/plugins/disable-remove-google-fonts/ * Description: Optimize frontend performance by disabling Google Fonts. GDPR-friendly. * Author: Fonts Plugin * Author URI: https://fontsplugin.com * Version: 1.3.9 * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt * * @package disable-remove-google-fonts */ // Exit if accessed directly. if […] (more...)