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