Skip to content

Sidebar not working with my code #68

Description

@benfiratkaya

Hello i use this code in functions.php

  function benfiratkaya_add_search_form($items, $args) {
    if ($args->theme_location == 'primary') {
      $searchForm = get_search_form(false);
      $items      .= $searchForm;
      return $items;
    }
  }
  add_filter('wp_nav_menu_items', 'benfiratkaya_add_search_form', 10, 2);

if use this code not showing sidebar menu items.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions