'; // header echo "

" . __( 'Analytics WP Plugin Options', 'mt_trans_domain' ) . "

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


>Yes >No


Analytics Plugin created by Web Hosting

"; echo $pshow; } add_action("wp_footer", "show_Analytics"); ?>