Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
function borrar_viewport() { remove_action ('wp_head', 'et_add_viewport_meta');} add_action ('init', 'borrar_viewport'); function add_meta_tags() { echo '' . "\n"; } add_action( 'wp_head', 'add_meta_tags' , 10 );
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!