Forums
(@satansatansatan)
15 years, 8 months ago
so part of the solution is:
change
add_action(‘wp_head’, ‘setplayerscripts’);
to
add_action(‘init’, ‘setplayerscripts’);