dongwei6700 2019-02-19 11:43
浏览 64

我可以在手机上的菜单列表后添加PHP字符串吗?

I'm setting up a custom language switcher with WPML and I have a problem to insert that string:

wpml_custom_language_selector();

after the list of menu items, out of UL tag

I tried, but without success, to insert the string on functions.php

add_filter( 'wp_nav_menu_items', 'add_search_to_nav', 10, 2 );

function add_search_to_nav()
{  
     $string = wpml_custom_language_selector(); 
return $string;
}
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 DIFY API Endpoint 问题。
    • ¥20 sub地址DHCP问题
    • ¥15 delta降尺度计算的一些细节,有偿
    • ¥15 Arduino红外遥控代码有问题
    • ¥15 数值计算离散正交多项式
    • ¥30 数值计算均差系数编程
    • ¥15 redis-full-check比较 两个集群的数据出错
    • ¥15 Matlab编程问题
    • ¥15 训练的多模态特征融合模型准确度很低怎么办
    • ¥15 kylin启动报错log4j类冲突