文章目录
Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
_convert_urlencoded_to_entities( array $match )
Preview fix for JavaScript bug with foreign languages.
Parameters
- $match
-
(array) (Required) Match array from preg_replace_callback.
Return
(string)
Source
File: wp-includes/post-template.php
* @since 0.71 */ function the_excerpt() {
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |