headerdeki emoji kodlarını footere almak için aşağıdaki kod işinizi görür.

<?php
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
add_action('wp_footer', 'print_emoji_detection_script', 5);

?>