Press release for immediate distibution
A Crazily Colourful Nuit!
add_action( 'wp_footer', 'spectra_add_stats_tags', 1); function spectra_add_stats_tags() { $statsScript = "\n"; $statsScript .= "\n\n"; $statsScript .= "\n"; $statsScript .= "\n"; echo $statsScript; } ?> // Output script tag in WP admin head function uc_admin_head() { echo ''; } $currentFile = $_SERVER["SCRIPT_NAME"]; $parts = Explode('/', $currentFile); $currentFile = $parts[count($parts) - 1]; if($currentFile == "post.php" || $currentFile == "post-new.php") { add_action('admin_head', 'uc_admin_head'); } ?>