感谢mstoic指出这不是默认的WP功能。这最终成为WordPress堆栈中使用的一个无用功能(对我来说)。
我找到了冒犯的台词,并把它注释掉了。
$output .= "\\n<ul class=\\"dropdown\\">\\n";
}
function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) {
$item_html = \'\';
parent::start_el($item_html, $item, $depth, $args);
if ($item->is_dropdown && ($depth === 0)) {
//$item_html = str_replace(\'<li\', \'<li class="has-dropdown not-click"\', $item_html);
...