• I don’t know if you rename this plugin, but on file gut.php, line 73, it’s trying to enqueue the block.js with the following:
    plugins_url() . ‘/abtesting/js/block.js’,

    It should be:
    plugins_url() . ‘/my-wp-ab-testing/js/block.js’,

The topic ‘Path error on wp_enqueue_script()’ is closed to new replies.