do_action( 'wp_nav_menu_item_custom_fields_customize_template' )

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


Description

Additional fields can be rendered here and managed in JavaScript.


Top ↑

Source

File: wp-includes/customize/class-wp-customize-nav-menu-item-control.php. View all references

do_action( 'wp_nav_menu_item_custom_fields_customize_template' );


Top ↑

Changelog

Changelog
Version Description
5.4.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.