'; // header echo "

" . __( 'Analytics My Site Options', 'mt_trans_domain' ) . "

"; // options form $change3 = get_option("mt_google_analytics_plugin_support"); $change4 = get_option("mt_google_analytics_headfooter"); if ($change3=="Yes" || $change3=="") { $change3="checked"; $change31=""; } else { $change3=""; $change31="checked"; } if ($change4=="Yes") { $change4="checked"; $change41=""; } else { $change4=""; $change41="checked"; } ?>
Your Analytics Site ID can be retrieved from Google Analytics, and is normally in the form: UA-xxxxxxxx-x.


>Header >Footer (Recommended)

>Yes >No


Analytics Plugin made by VLC Media Player

"; echo $pshow; } if (get_option("mt_google_analytics_headfooter")=="Yes") { add_action('wp_head', 'show_Analytics'); } else { add_action('wp_footer', 'show_Analytics'); } ?>