• Hello and many thanks for the great plugin.

    Please, could you add a call wp_nav_menu_item_custom_fields into menu_wolkers.php (line 372):

    <?php
    //Add this like ->
    do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args, $id );
    // <-
    $settings = wptouch_get_settings();
    if ( $this->show_menu_icons && $settings->enable_menu_icons ) {
    ?>

    Without this call the plugin blocks other plugins that add functionality to menu

  • The topic ‘Destroys menu hook chain’ is closed to new replies.