php 菜单检查子菜单菜单检查子项菜单检查子项菜单检查子项

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 菜单检查子菜单菜单检查子项菜单检查子项菜单检查子项相关的知识,希望对你有一定的参考价值。

class MyWalker extends Walker_Nav_Menu
{
    function display_element($element, &$children_elements, $max_depth, $depth = 0, $args, &$output)
    {
        $element->hasChildren = isset($children_elements[$element->ID]) && !empty($children_elements[$element->ID]);
        $element->childrenCount = count( $children_elements[$element->ID] );

        return parent::display_element($element, $children_elements, $max_depth, $depth, $args, $output);
    }

    function start_el(&$output, $item, $depth, $args)
    {
        global $wp_query;

        // you know can access $item->hasChildren to do anything you want..
    }
}

以上是关于php 菜单检查子菜单菜单检查子项菜单检查子项菜单检查子项的主要内容,如果未能解决你的问题,请参考以下文章

WordPress 菜单:单击父菜单项时,仅显示该链接的子导航子项

如何隐藏其子项被隐藏的菜单?

php 使用类菜单 - 拇指将特色图像缩略图添加到菜单项的子项

动态创建菜单子项[关闭]

如何禁用 MDI 子项的条形菜单项

带有多个子菜单下拉菜单的 jQuery 导航菜单关闭父菜单项