Wordpress移除头部wp-json标签和 HTTP header中的link 2019-07-08 Wordpress 评论 Wordpress移除头部 wp-json 标签和 HTTP header 中的 linkFunction代码// 移除头部 wp-json 标签和 HTTP header 中的 link ,b...
Wordpress禁用Auto OEmbed 2019-07-06 Wordpress 评论 Wordpress禁用 Auto OEmbedFunction代码//禁用 Auto OEmbed,by minirizhi.com remove_filter( 'the_content', ...
Wordpress屏蔽Gutenberg编辑器 2019-07-04 Wordpress 评论 Wordpress屏蔽 Gutenberg 编辑器Function代码// 屏蔽 Gutenberg 编辑器,minirizhi.com add_filter('use_block_editor...
wordpress取消评论框下的HTML标签和属性 2019-07-02 Wordpress 评论 取消评论框下的HTML标签和属性Function代码// 取消评论框下的HTML标签和属性,minirizhi.com add_filter('pre_comment_content','wp_...
wordpress停用链接猜测功能 2019-06-30 Wordpress 评论 停用wordpress的链接猜测功能Function代码// 停用wordpress的链接猜测功能,minirizhi.com add_filter('redirect_canonical', ...
Wordpress删除Google字体 2019-06-28 Wordpress 评论 Wordpress删除Google字体Function代码// Remove Open Sans that WP adds from frontend minirizhi.com if (!fu...