-
Open
-
I’m using a plugin to sort pages into different menus. it should add an additional menu field above the menu editor ‘Move’ tab but is unable to because because of the following error:
**** plugin detected a conflict with another plugin or theme (evolve_Mega_Menu_Walker_Nav_Menu_Edit) and may not work as expected.
I have tried adding a fieled using the following short piece of codefunction wporg_my_custom_field() {
esc_html_e( ‘Howdy! WordPress 5.4 is coming!’, ‘wporg’ );
}
add_action( ‘wp_nav_menu_item_custom_fields’, ‘wporg_my_custom_field’ );But to no avail
Any help on how I can add an extra menu field would be very much appreciated.
Thank you
You must be logged in to reply to this topic.