Hi,
In my plugin, I need to determine which WordPress version it's installed on.
What is the best method for doing this ?
Using # $wp_version ? Or using function_exists on a function I now only
exist in WordPress 2.1 or later ? i.e. function_exists('wp_print_scripts')
Kind regards,
Per