Errror: Language path
-
This function does not work properly:
function wbz404_load_translations() {
$trans_path = WBZ404_PATH . ‘/translations’;
load_plugin_textdomain(WBZ404_TRANS, ”, $trans_path);
}
Therefore, you should change the path:
$trans_path = ‘404-redirected/translations’;Then the worked load translation files
- The topic ‘Errror: Language path’ is closed to new replies.