WP HOOKS
akcjaod 5.4.0

wp_nav_menu_item_custom_fields_customize_template

Args 0Plik wp-includes/customize/class-wp-customize-nav-menu-item-control.phpDokumentacja WP ↗

Opis — z kodu źródłowego

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

Additional fields can be rendered here and managed in JavaScript.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'wp_nav_menu_item_custom_fields_customize_template', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii