centos-stream-9 centos9 配置国内源 阿里云源
The7.2 禁用谷歌字体官方插件
要禁用The7主题的谷歌字体,请下载the7-disable-web-fonts并安装此插件。
注意:这个插件只能在The7主题工作,并不会禁用其他插件的谷歌字体。
The7.2 禁用谷歌字体官方插件整个插件就一个文件:
代码如下:
/** * The WordPress Plugin Boilerplate. * * A foundation off of which to build well-documented WordPress plugins that * also follow WordPress Coding Standards and PHP best practices. * * @package The7_Disable_Web_Fonts * @author Dream Theme * @license GPL-2.0+ * @link http://dream-theme.com * @copyright 2014 Dream Theme * * @wordpress-plugin * Plugin Name: The7 disable web fonts * Description: Removes web fonts from theme * Version: 1.0.0 * Author: Dream Theme * Author URI: http://dream-theme.com * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * WordPress-Plugin-Boilerplate: v2.6.1 */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } /*----------------------------------------------------------------------------* * Public-Facing Functionality *----------------------------------------------------------------------------*/ add_filter( 'optionsframework_get_web_fonts_defaults', 'the7_dwf_remove_web_fonts_from_backend', 20 ); /** * Removes web fonts list from theme options * @return array Empty array */ function the7_dwf_remove_web_fonts_from_backend() { return array(); } if ( ! function_exists( 'presscore_enqueue_web_fonts' ) ) : /** * Override helper that enqueue web fonts with empty function */ function presscore_enqueue_web_fonts() {} endif;
插件上传后直接启用即可。如何禁用谷歌字体,请参考如上教程,问题完美解决。The7非常适合企业网站建设!
当然,推荐The7.2 v2.1.5深度汉化和优化线上使用版本。
企业需求请直接联系,实打实报价,实打实报价。