PHP 클래스 _Beans_Walker_Nav_Menu, Beans

상속: extends Walker_Nav_Menu
파일 보기 프로젝트 열기: Getbeans/Beans

공개 메소드들

메소드 설명
end_el ( &$output, $item, $depth, $args = [] ) Extend WordPress end menu elements.
end_lvl ( &$output, $depth, $args = [] ) Extend WordPress end first menu level.
start_el ( &$output, $item, $depth, $args = [], $id ) Extend WordPress start menu elements.
start_lvl ( &$output, $depth, $args = [] ) Extend WordPress start first menu level.

메소드 상세

end_el() 공개 메소드

Extend WordPress end menu elements.
public end_el ( &$output, $item, $depth, $args = [] )

end_lvl() 공개 메소드

Extend WordPress end first menu level.
public end_lvl ( &$output, $depth, $args = [] )

start_el() 공개 메소드

Extend WordPress start menu elements.
public start_el ( &$output, $item, $depth, $args = [], $id )

start_lvl() 공개 메소드

Extend WordPress start first menu level.
public start_lvl ( &$output, $depth, $args = [] )