Back to Opencart

File system\helper\filter.php

docs/api/source-system.helper.filter.html

4.1.0.32.4 KB
Original Source

Namespaces

Functions

| 1: | <?php | | 2: | function oc_filter_keyword(string $string): string { | | 3: | return urlencode(html_entity_decode($string, ENT_QUOTES, 'UTF-8')); | | 4: | } | | 5: | |

OpenCart API API documentation generated by ApiGen dev-master