_wp_emoji_list


_wp_emoji_list ( $type = 'entities' )

Access:
  • private
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:

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 `npm run grunt precommit:emoji` job.

Related Functions

wp_parse_list, wp_parse_id_list, wp_remote_post, wp_terms_checklist, print_emoji_styles

Top Google Results

User discussions

wpseek mobile