obt_head() - Obtiene el head del sistema Webyplus
Nota: Esta función es importante para el correcto funcionamiento de un tema Webyplus.
obt_head() : string
obt_head() devuelve un valor string.
Devuelve un valor string con los metatags esenciales para el correcto funcionamiento del sistema Webyplus.
Ejemplo #1 de obt_head()
<!doctype html> <html lang="es-es"> <head> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=0">
<?php
obt_head();
?>
</head>
<body>
</body>
</html>