This issue occurred in WordPress core development.
they give me answer on below ticket thread
Date: Thu, 12 Sep 2019 15:36:49 -0400
Subject: [PATCH 1/2] Added special character decode to menu item title
src/wp-includes/nav-menu.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff –git a/src/wp-includes/nav-menu.php b/src/wp-includes/nav-menu.php
index f130d2f3e1..db8a2fcf78 100644
find this code on above directory
if ( $args['menu-item-title'] == $original_title ) {
and replace with
if ( wp_unslash( $args['menu-item-title'] ) == wp_specialchars_decode( $original_title ) ) {
Related Posts:
- Reflect nested categories in appearance > menus
- Display WooCommerce product categories in a 4 columns custom menu [closed]
- Add Product categories to WordPress menu without losing hierarchy
- Building Menu from Woocommerce Product Categories
- List a maximum of ‘x’ product categories with qty of ‘y’ in each column
- Show different menu on each woocommerce category page
- How to add all subcategories as submenu in WordPress menu
- Category menu that filters out empty categories
- How can I add a Categories page link to a menu? [closed]
- Update wordpress menu with woocommerce products
- Adding 400 product categories with their hierarchy to a navigation menu
- WordPress list categories dropdown with parent-child relation and child under it’s parent
- Do not show sub categories in the loop on archive-product.php
- List just subcategory and products of active category page in Woocommerce
- Display all product tags associated with a specific product category
- why get_the_post_thumbnail( the_ID()) echos extra post id
- How to access deleted term inside delete_product_cat action
- Apply WordPress function on specific woocommerce product categories only
- Filter WooCommerce archive pages by an additional category
- Grandchild Term Things Grandfather Term is It’s Parent
- Searching for a category returns nothing if category is empty
- Custom tax_query filter not working for Woocommerce product categories
- function query_posts disabling current_page_menu class
- How do order product categories – on a parent category page – in Woocommerce?
- Woocommerce filter function not updating
- Adding custom ID field to the categories
- How can i change what one category displays?
- Remove any product that is featured from regular display loop [WooCommerce]
- Two Sections on Woocommerce Catergory Page [closed]
- Woocommerce search form with category select
- How to display product with two condition, category and brand taxonomy
- Theme for subcategories
- Same menu for different taxonomies to reach different content
- Multiple categories for one menu item?
- How to get category id’s which are added in main menu?
- How to Sync Menu, Widgets and other masters from Main Website to its Sub Site
- Template for product-category page [closed]
- Link from navbar to categories
- Pagination doesn’t work on multiple categories
- Theme modification for custom category menus
- Change appearance based on category but post is in two main categories
- wp_nav_menu not appearing correctly on category page
- wp_list_pages() not showing on posts
- Is custom menu name and category name linked in wordpress?
- Custom menu with categories and tags
- Global navigation in multisite: problem with categories
- How to automatically generate custom menu item from categories?
- WooCommerce shared categories
- WP-CLI Add category as menu item main-menu
- displaying the last product comment in the woocommerce category
- Displaying Single Product Page Parent and Child Category
- Woocommerce only display child category when parent is checked (on add new product page)
- Categories are not available AT ALL under Menus
- category description not showing in my woocommerce
- Conditional label Woocommerce archive [unsolved]
- Show audio player only in specific post type category
- How to make product image inherit from category image
- How to show given products only using product id array from specific category page in woocommerce
- Shop Category Pages missing s
- How to set acf color field as background color to product category
- How to target all woocommerce categories that don’t have any subcategories in them?
- WooCommerce REST API not returning the default products category
- In if…else condition, the else statement shows even if if statement is correct
- How to show WooCommerce Categories on ‘shop’ page instead of products?
- Show the parent taxonomy by creating shortcode in woocommerce?
- How can I display all products from all categories on one page with woocommerce?
- ADD DYNAMIC attribute for category to accordion
- How to remove an item from a custom Walker_Nav_Menu
- How to edit woocommerce sub-category page
- When creating a new product, auto assign it to all custom taxonomy woocommerce
- Display menu in category and sub category
- Get WooCommerce product category list in functions.php
- in post content shortcode works, but hardcoded in same page template doesn’t?
- Is there a reason to put a product in both the Child and Parent Categories?
- Function add class to second menu specific items if the page has a certain category
- Dynamically display sub-categories on primary menu without adding them
- Show alternative menu based on page template AND post category
- WooCommerce showing active product categories on single product page
- selecting categories that have products with tag/category
- Restrict retrieved terms by category?
- How to fix 404 error in pagination in categories of woocommerce with common url base /shop/?
- How to display custom fields as table in Woocommerce
- How do I merge WooCommerce categories with the same name?
- Woocommerce Category Sort Dropdown
- Woocommerce: all products of all categories instead products of one category
- How to delete WooCommerce categories in bulk that only have one product
- Product Category page showing all products
- How to load terms of a custom taxonomy of a product in woocommerce cart page
- Menu with category 2 category combined
- product_cat image url from database
- How to get WooCommerce Product Categories and its children’s children?
- Woocommerce change tag_id to name
- Woocommerce product catalog, products with different description
- WooCommerce – Get products from category right before deleting category
- omit categories from main navigation menu
- set a parent category in a product woocommerce
- No results found for second level category
- How to display products with multiple conditions, product_id and category_id
- Categories and Tags Conflict after Woocommerce Installation
- Tag Menu items based on their categories