WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about emoji_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 5768 /**
* Filters the URL where emoji png images are hosted.
*
* @since 4.2.0
*
* @param string $url The emoji base URL for png images.
*/
wp-includes/formatting.php apply_filters 5881 /**
* Converts emoji to a static img element.
*
* @since 4.2.0
*
* @param string $text The content to encode.
* @return string The encoded content.
*/

Hook Parameters

Parameter Type Name Description
string $url The emoji base URL for png images.
string $url The emoji base URL for png images.