Tries to load wp plugins_url( 'js/plscptf.js) which not exists ?
-
Hi,
I get the error in loading js (reported by console of chrome).
The instruction is to load first file js from a subdir ‘js’ of the plugin which doesn’t exist into the site after captcha installation. This leads to a crash.
wp_enqueue_script( 'plscptf', plugins_url( 'js/plscptf.js', __FILE__ ) );
plugins_url returns the site captcha plugin directory.
I imagine that it should load from pluscaptcha.com or when linked with a wp site there is an activation error :
I imagine that the js directory is created during activation isn’t true ?For now I had to disable pluscaptcha and lock the site.
Best regards
Trebly
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Tries to load wp plugins_url( 'js/plscptf.js) which not exists ?’ is closed to new replies.