]+class="[^"]*field-move)/', $this->get_fields( $item, $depth, $args ), $item_output ); } protected function get_fields( $item, $depth, $args = array(), $id = 0 ) { ob_start(); do_action( 'wp_nav_menu_item_custom_fields', $id, $item, $depth, $args ); return ob_get_clean(); } }