Last active
November 1, 2016 20:32
-
-
Save OscarAbadFolgueira/f7ce17a35b0b7b0871450b58d54446a7 to your computer and use it in GitHub Desktop.
Plugin para Genesis Framework que elimina la descripción del sitio web
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//* No incluyas la etiqueta de inicio de php anterior | |
//* Puedes incluir este código en el fichero functions.php del tema hijo | |
//* Más información en: https://www.dinapyme.com/snippets/genesis-framework-snippet-eliminar-la-descripcion-de-la-pagina-web/ | |
//* Disponible en formato Plugin en: https://www.dinapyme.com/plugins/genesis-framework-eliminar-la-descripcion-de-la-pagina-web/ | |
//* Eliminar la descripción del sitio web | |
remove_action( 'genesis_site_description', 'genesis_seo_site_description' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment