| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 224 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| emojiSetsRenderIdentically( set1, set2 ) X-Ref |
| Checks if two sets of Emoji characters render the same visually. return: {boolean} True if the two sets render the same. param: {number[]} set1 Set of Emoji character codes. param: {number[]} set2 Set of Emoji character codes. since: 4.9.0 |
| browserSupportsEmoji( type ) X-Ref |
| Detects if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph made of two characters, so some browsers (notably, Firefox OS X) don't support them. return: {boolean} True if the browser can render emoji, false if it cannot. param: {string} type Whether to test for support of "flag" or "emoji". since: 4.2.0 |
| addScript( src ) X-Ref |
| Adds a script to the head of the document. return: {void} param: {Object} src The url where the script is located. since: 4.2.0 |
| Generated: Fri Nov 28 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |