• Michel Vertige

    (@michel-vertige)


    When the debug mode is enabled (define('WP_DEBUG', true); in wp-config.php), this plugin produces an annoying PHP Notice error. I managed to fix this by replacing $options['swipe'] with isset($options['swipe']) ? $options['swipe'] : '' in line 39 in wp-responsive-menu.php.

    Could you merge this fix in the plugin ?

    https://wordpress.org/plugins/wp-responsive-menu/

The topic ‘PHP Notice in wprmenu_enqueue_script’ is closed to new replies.