escape_quotes

The escape_quotes filter escapes single and double quotes with a backslash "\". By default it will escape both double and single quotes but you can specify which one you want to escape.

This filter is unique to Aptuitiv. It is not part of the core Twig functionality.
{{ variable|escape_quotes }}

{{ variable|escape_quotes('single') }}

{{ variable|escape_quotes('double') }}
This documentation is only for Aptuitiv CMS. Learn more.
Get Started With Aptuitiv