Skip to content

Instantly share code, notes, and snippets.

@ARCHTKT
Created September 12, 2018 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ARCHTKT/aa30b723b028c75794066631573b56b7 to your computer and use it in GitHub Desktop.
Save ARCHTKT/aa30b723b028c75794066631573b56b7 to your computer and use it in GitHub Desktop.
Storefront theme Easter Egg
<?php
// Copiar y pegar a partir de esta linea, sin incluir la apertura de PHP.
// Descubre un pequeño secreto escondido en el tema Storefront.
add_filter( 'storefront_make_me_cute', 'archtkt_storefront_make_me_cute' );
function archtkt_storefront_make_me_cute() {
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment