WPDev.one
Core Function
View Source on Trac ↗

backslashit()

backslashit( mixed $value )

Adds backslashes before letters and before a number at the start of a string.

Parameters 1 required

Name / Type Description
$value
string

Value to which backslashes will be added.

Required

Return Value

(string)
String with backslashes inserted.

Function Information

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