url_param_escape
Filter
Replaces all characters not allowed in URLs with their
URL-encoded equivalents, including the ampersand
(&
) character.
Parameters
None.
Category
Description
Replaces all characters not allowed in URLs with their
URL-encoded equivalents, including the ampersand
(&
) character.
If you want to leave the ampersand character (&
) unchanged, instead use the
url_escape
filter.