trim_slashes()
trim_slashes( $str)
Parameters
$str |
increment_string(string $str, string $separator = '_', string $first = 1) : string
Add's _1 to a string or increment the ending number to allow _2, _3, etc
string | $str | required |
string | $separator | What should the duplicate number be appended with |
string | $first | Which number should be used for the first dupe increment |