Title: wp_nav_menu_item_custom_fields_customize_template
Published: April 1, 2020
Last modified: May 20, 2026

---

# do_action( ‘wp_nav_menu_item_custom_fields_customize_template’ )

## In this article

 * [Description](https://developer.wordpress.org/reference/hooks/wp_nav_menu_item_custom_fields_customize_template/?output_format=md#description)
 * [Source](https://developer.wordpress.org/reference/hooks/wp_nav_menu_item_custom_fields_customize_template/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/wp_nav_menu_item_custom_fields_customize_template/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/wp_nav_menu_item_custom_fields_customize_template/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/wp_nav_menu_item_custom_fields_customize_template/?output_format=md#wp--skip-link--target)

Fires at the end of the form field template for nav menu items in the customizer.

## 󠀁[Description](https://developer.wordpress.org/reference/hooks/wp_nav_menu_item_custom_fields_customize_template/?output_format=md#description)󠁿

Additional fields can be rendered here and managed in JavaScript.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/wp_nav_menu_item_custom_fields_customize_template/?output_format=md#source)󠁿

    ```php
    do_action( 'wp_nav_menu_item_custom_fields_customize_template' );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-includes/customize/class-wp-customize-nav-menu-item-control.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-includes/customize/class-wp-customize-nav-menu-item-control.php#L162)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/customize/class-wp-customize-nav-menu-item-control.php#L162-L162)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/wp_nav_menu_item_custom_fields_customize_template/?output_format=md#related)󠁿

| Used by | Description | 
| [WP_Customize_Nav_Menu_Item_Control::content_template()](https://developer.wordpress.org/reference/classes/wp_customize_nav_menu_item_control/content_template/)`wp-includes/customize/class-wp-customize-nav-menu-item-control.php` |

JS/Underscore template for the control UI.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/wp_nav_menu_item_custom_fields_customize_template/?output_format=md#changelog)󠁿

| Version | Description | 
| [5.4.0](https://developer.wordpress.org/reference/since/5.4.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Fwp_nav_menu_item_custom_fields_customize_template%2F)
before being able to contribute a note or feedback.