Created
November 24, 2015 17:36
-
-
Save mjangda/ea49a24c1886e8c4dd1e to your computer and use it in GitHub Desktop.
Use assets from Emoji One instead of Twitter for your WordPress site.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Emoji One | |
* Description: Use assets from Emoji One (emojione.com) when displaying emoji. | |
* Version: 0.1 | |
*/ | |
add_filter( 'emoji_url', '//cdn.jsdelivr.net/emojione/assets/png/' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment