php 翻译主题我的登录操作链接与WPML

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 翻译主题我的登录操作链接与WPML相关的知识,希望对你有一定的参考价值。

<?php

/**
 * Translate Theme My Login Action Links with WPML
 * @param  mixed  $page_id  ID of the non-translated page
 * @param  string $action   action name from TML
 * @return mixed            return the translated post ID.
 *
 * @author Zeshan Ahmed <me (at) zeshanahmed.com>
 * @author_link https://zeshanahmed.com/
 */
function za_tml_action_links_wpml_translation( $page_id, $action ) {

  if ( ! function_exists( 'icl_object_id' ) ) return $page_id;

  $translated_id = icl_object_id( $page_id, 'page', true );

  if ( $translated_id ) {
    $page_id = $translated_id;
  }

  return $page_id;
}

add_filter( 'tml_page_id', 'za_tml_action_links_wpml_translation', 10, 3 );

以上是关于php 翻译主题我的登录操作链接与WPML的主要内容,如果未能解决你的问题,请参考以下文章

php 这就是我们从WPML获取可翻译字符串的方法。

使主题 wmpl 准备就绪 wpml-config

wpml-在存档页显示所有CPT,如果未翻译,则显示默认语言

sql WordPress + WPML:这将两个缺少的列添加到wp_icl_strings(导致WPML字符串翻译表为EMPTY)

终极会员注销无法使用 WPML

翻译WordPress