Desarrolladores

Código de Referencia


obt_head

obt_head() - Obtiene el head del sistema Webyplus

Nota: Esta función es importante para el correcto funcionamiento de un tema Webyplus.

Descripción

obt_head() : string

obt_head() devuelve un valor string. 

Valores devueltos

Devuelve un valor string con los metatags esenciales para el correcto funcionamiento del sistema Webyplus.

Ejemplos

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>

 

 

Buscar