Description
Convert entities, while preserving already-encoded entities.
Usage
<?php htmlentities2( $myHTML ) ?>
Parameters
- $myHTML
- (string) (required) The text to be converted.
- Default: None
Return Values
- (string)
- Converted text.
Examples
Notes
Change Log
Since: 1.2.2
Source File
htmlentities2() is located in wp-includes/formatting.php.
Related