고객센터
작성자 QoKKFPakM3 |
등록일 26-06-23 |
조회수 0
wp-emoji-release.min.js
functions.php
// 워드프레스 이모지 제거 코드remove_action('wp_head', 'print_emoji_detection_script', 7);remove_action('admin_print_scripts', 'print_emoji_detection_script');remove_action('wp_print_styles', 'print_emoji_styles');remove_action('admin_print_styles', 'print_emoji_styles');remove_filter('the_content_feed', 'wp_staticize_emoji');remove_filter('comment_text_rss', 'wp_staticize_emoji');remove_filter('wp_mail', 'wp_staticize_emoji_for_email');add_filter('tiny_mce_plugins', 'disable_emojis_tinymce');add_filter('wp_resource_hints', 'disable_emojis_remove_dns_prefetch', 10, 2);function disable_emojis_tinymce($plugins) { if (is_array($plugins)) { return array_diff($plugins, array('wpemoji')); } return array();}function disable_emojis_remove_dns_prefetch($urls, $relation_type) { if ('dns-prefetch' == $relation_type) { $emoji_svg_url = apply_filters('emoji_svg_url', 'https://s.w.org/images/core/emoji/2/svg/'); $urls = array_diff($urls, array($emoji_svg_url)); } return $urls;}
<head>
print_emoji
wp-emoji
emoji-svg
번호
제 목
글쓴이
등록일
조회
6530
글쓴이 : asd |
등록일 : 13:38 |
조회 : 1
6529
등록일 : 13:31 |
6528
등록일 : 13:25 |
6527
등록일 : 13:20 |
6526
등록일 : 13:15 |
6525
등록일 : 13:10 |
6524
등록일 : 13:05 |
6523
글쓴이 : xcxz |
등록일 : 13:02 |
조회 : 2
6522
등록일 : 12:57 |
6521
글쓴이 : vvviaa |
등록일 : 12:52 |
6520
등록일 : 12:51 |
6519
등록일 : 12:50 |
6518
6517
등록일 : 12:49 |
6516
등록일 : 12:48 |
6515