Created
June 25, 2020 15:15
-
-
Save ig0r74/c09a70f9138ebe838fc0b9a3ad2d08fa to your computer and use it in GitHub Desktop.
Транслитерация текста MODX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$modx->filterPathSegment($caption, ['friendly_alias_word_delimiter' => '_', 'friendly_alias_restrict_chars' => 'alpha']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment