Linux 软件免费装
Banner图

Greeklish Slugs

开发者 skapator
更新时间 2022年2月14日 06:05
PHP版本: 5.0 及以上
WordPress版本: 5.9
版权: GPLv2 or later
版权网址: 版权信息

标签

permalinks slugs greeklish stop words translitaration

下载

1.0 1.0.1 1.0.2 1.1 1.1.1 1.1.2 1.1.3 1.1.4

详情介绍:

Convert Greek characters to Latin (greeklish) Using greeklish-permalinks with some extra functionality. Features Filter the regex array You can use apply_filter('skp_greeklish_slugs_expressions', 'your_callback') and modify the regex array used to transliterate ` 'mp', '/[νΝ][τΤ]/u' => 'nt', '/[τΤ][σΣ]/u' => 'ts' ... ); // Add them $expressions = array_merge( $new_expressions, $expressions ); return $expressions; } add_filter( 'skp_greeklish_slugs_expressions', 'your_callback' ); ?> ` Fork on github. noveldigital.pro

安装:

  1. Upload the files to the /wp-content/plugins/skp-greeklish-slugs/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • The options page

升级注意事项:

.

更新日志:

1.1.2 *Added uninstall file 1.1.1 *Code cleanup 1.1.0 Added greek transaltions Added regex array filter 1.0.1 1.0