ソースを参照

feat: removed emoji support

tags/0.9.0
J 6年前
コミット
8ec7451235
1個のファイルの変更5行の追加0行の削除
  1. 5
    0
      vue-theme/functions.php

+ 5
- 0
vue-theme/functions.php ファイルの表示

149
     }
149
     }
150
 }
150
 }
151
 add_action( 'init', 'no_default_jquery' );
151
 add_action( 'init', 'no_default_jquery' );
152
+// REMOVE emoji support
153
+remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
154
+remove_action( 'admin_print_scripts', 'print_emoji_detection_script' );
155
+remove_action( 'wp_print_styles', 'print_emoji_styles' );
156
+remove_action( 'admin_print_styles', 'print_emoji_styles' );
152
 
157
 
153
 // header( 'Access-Control-Allow-Origin: http://localhost:8080' );
158
 // header( 'Access-Control-Allow-Origin: http://localhost:8080' );
154
 header( 'Content-Type: application/json' );
159
 header( 'Content-Type: application/json' );

読み込み中…
キャンセル
保存