[Plugin: Wibiya Toolbar] Fix for version WordPress 3.0
-
In the “wibiya.php” file on line 11, change:
add_action('wp_print_scripts', 'wibiya_filter_footer');to
add_action('init', 'wibiya_filter_footer');The older plugin is trying to use the wp_enqueue_script() function within a wp_print_scripts hook, which won’t work in most cases.
See the note under “Examples” on this page:
http://codex.ww.wp.xz.cn/Function_Reference/wp_enqueue_script
The topic ‘[Plugin: Wibiya Toolbar] Fix for version WordPress 3.0’ is closed to new replies.