Function epl_sanitize_key
Sanitizes a string key for EPL
Keys are used as internal identifiers. Alphanumeric characters, dashes, underscores, stops, colons and slashes are allowed
Package: EPL\Functions\Formatting
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 3.3.5
Located at lib/includes/formatting.php
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 3.3.5
Located at lib/includes/formatting.php
Parameters summary
string |
$key |
String key. |
Return value summary
string
|
Sanitized key |