mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
- fixed issue #365 with menu items;
This commit is contained in:
@@ -21,7 +21,7 @@ class {{{%um_navmenu_walker%}}} extends {{{%parent_walker%}}} {
|
||||
|
||||
}
|
||||
|
||||
protected function get_fields( $item, $depth, $args = array(), $id = 0 ) {
|
||||
public function get_fields( $item, $depth, $args = array(), $id = 0 ) {
|
||||
ob_start();
|
||||
|
||||
if( isset( $item->ID ) ){
|
||||
|
||||
@@ -18,7 +18,7 @@ class UM_Menu_Item_Custom_Fields_Walker extends Walker_Nav_Menu_Edit {
|
||||
|
||||
}
|
||||
|
||||
protected function get_fields( $item, $depth, $args = array(), $id = 0 ) {
|
||||
public function get_fields( $item, $depth, $args = array(), $id = 0 ) {
|
||||
ob_start();
|
||||
|
||||
if( isset( $item->ID ) ){
|
||||
|
||||
Reference in New Issue
Block a user