_wp_emoji_list
- %1$s is private and should not be used in themes or plugins directly.
_wp_emoji_list ( $type = 'entities' )
Access:Parameters:- (string) $type Optional. Which array type to return. Accepts 'partials' or 'entities', default 'entities'.
Returns:- (array) An array to match all emoji that WordPress recognises.
Defined at: - Introduced in WordPress: 4.9.0
- Deprecated in WordPress: —
Description
Returns arrays of emoji data.
These arrays are automatically built from the regex in twemoji.js - if they need to be updated,
you should update the regex there, then run the grunt precommit:emoji
job.