WPDev.one
Core Function
View Source on Trac ↗

convert_chars()

convert_chars( mixed $content, mixed $deprecated = '' )

Converts lone & characters into `&` (a.k.a. `&`)

Parameters 1 required

Name / Type Description
$content
string

String of characters to be converted.

Required
$deprecated
string

Not used.

Return Value

(string)
Converted string.

Function Information

Since Version
0.71
Source File
wp-includes/formatting.php
Advertisement