EOT; wp_widget_rss_output('https://wp-china.org/archives/category/news/feed/'); echo <<
EOT; }); }); } /** * 替换G家头像为WP-China.org维护的大陆加速节点 */ if (get_option('super_gravatar') == 1) { add_filter('get_avatar', function ($avatar) { return str_replace([ 'www.gravatar.com', '0.gravatar.com', '1.gravatar.com', '2.gravatar.com', 'secure.gravatar.com' ], 'gravatar.wp-china-yes.net', $avatar); }); } /** * 替换谷歌字体为WP-China.org维护的大陆加速节点 */ if (get_option('super_googlefonts') == 1) { add_action('init', function () { ob_start(function ($buffer) { return str_replace('fonts.googleapis.com', 'googlefonts.wp-china-yes.net', $buffer); }); }); }