• Need to change the code for loading scripts.

    Change this:
    wp_enqueue_style(‘misw-style-css’, plugins_url(‘/assets/css/style.css’, __FILE__));
    To this:
    wp_enqueue_style(‘misw-style-css’, plugin_dir_url( __FILE__ ) . ‘assets/css/style.css’);

    It will then work with 4.5

    Other than that, it’s a great plugin

  • The topic ‘Doesn't work’ is closed to new replies.