Yesterday I received an email from Gerhard in which he informed me that there is a better solution to integrate javascripts. So far I had javascript in a ‚quick and dirty‘ method which involved what really goes elegantly with wordpress’s functions. I have my function now changed to ‚wp_enque_script()‚:

wp_enqueue_script( 'decryptx', plugins_url( '/js/cryptx.min.js' , __FILE__ ), array(), false, $cryptX_var['load_java'] );

Thanks Gerhard for the tip!

The new version 3.2.5 is now available on the WordPress repository.