. */ class MetaTagManager { /** loads the plugin */ function init() { add_action ( 'wp_head', array ( __CLASS__, 'head' ) ); } /** puts the meta tags in the head */ function head() { //If options form has been submitted, create a $_POST value that will be saved on databse $mtm_data = get_option('mtm_data'); ?> \n"; } } } ?>