Linux 软件免费装

DCO Russian Fixes

开发者 denisco
更新时间 2019年11月25日 03:44
捐献地址: 去捐款
PHP版本: 4.1 及以上
WordPress版本: 4.9
版权: GPLv2 or later
版权网址: 版权信息

标签

russian transliteration

下载

1.0.1 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9

详情介绍:

Not maintained This plugin will no longer be maintained. Please use Cyr-To-Lat. DCO Russian Fixes is a WordPress plugin is intended for: 用法 The plugin does not require any configuration. After installation and activation will work automatically. The plugin converts only the new permanent links and the names of new uploaded files. Permanent links and file names created before activating the plugin will not be converted. 設定 Filters list dco_rf_get_options Filter for hardcoding override plugin settings. You won't be able to edit them on the settings page anymore when using this filter. dco_rf_symbol_table Filter for override standard transliterate symbol table dco_rf_transliterate Filter for change transliterate results dco_rf_replace_dates_table Filter for override standard correct dates table dco_rf_correct_dates Filter for change correct dates results dco_rf_replace_archive_titles_table Filter for override standard correct archive titles table dco_rf_correct_archive_titles Filter for change correct archive titles results Examples of using filters Hardcoding override plugin settings `function custom_get_options( $current, $options, $default ) { $array = array( 'transliterate_url' => 1, 'transliterate_file_name' => 1, 'correct_dates' => 1 ); return $array; } add_filter( 'dco_rf_get_options', 'custom_get_options', 10, 3 ); /* `function custom_transliterate_table( $symbol_table ) { $symbol_table = array( 'А' => 'A', 'Б' => 'B', 'В' => 'V', 'Г' => 'G', 'Д' => 'D', 'Е' => 'E', 'Ё' => 'YO', 'Ж' => 'ZH', 'З' => 'Z', 'И' => 'I', 'Й' => 'Y', 'К' => 'K', 'Л' => 'L', 'М' => 'M', 'Н' => 'N', 'О' => 'O', 'П' => 'P', 'Р' => 'R', 'С' => 'S', 'Т' => 'T', 'У' => 'U', 'Ф' => 'F', 'Х' => 'H', 'Ц' => 'C', 'Ч' => 'CH', 'Ш' => 'SH', 'Щ' => 'SHH', 'Ъ' => "", 'Ы' => 'YI', 'Ь' => "", 'Э' => 'E', 'Ю' => 'YU', 'Я' => 'YA', 'а' => 'a', 'б' => 'b', 'в' => 'v', 'г' => 'g', 'д' => 'd', 'е' => 'e', 'ё' => 'yo', 'ж' => 'zh', 'з' => 'z', 'и' => 'i', 'й' => 'y', 'к' => 'k', 'л' => 'l', 'м' => 'm', 'н' => 'n', 'о' => 'o', 'п' => 'p', 'р' => 'r', 'с' => 's', 'т' => 't', 'у' => 'u', 'ф' => 'f', 'х' => 'h', 'ц' => 'c', 'ч' => 'ch', 'ш' => 'sh', 'щ' => 'shh', 'ь' => "", 'ы' => 'yi', 'ъ' => "", 'э' => 'e', 'ю' => 'yu', 'я' => 'ya' ); return $symbol_table; } add_filter( 'dco_rf_symbol_table', 'custom_transliterate_table' ); /*

安装:

  1. Upload dco-russian-fixes folder to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件

屏幕截图:

  • Settings page

常见问题:

It is necessary to configure the plugin?

The plugin does not require any configuration. After installation and activation will work automatically. But you can configure it on the settings page.

Old links and file names will be changed?

No. The plugin converts only the new permanent links and the names of new uploaded files. Permanent links and file names created before activating the plugin will not be converted.

更新日志:

1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0 0.1.1 0.1.0