Skip to content

Instantly share code, notes, and snippets.

@marcmascort
Created March 21, 2015 13:34
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 marcmascort/453d7f2c4e40f36bc8df to your computer and use it in GitHub Desktop.
Save marcmascort/453d7f2c4e40f36bc8df to your computer and use it in GitHub Desktop.
Funció hola_mon() al functions.php d'un child theme
function hola_mon()
{
echo 'Hola món! Sóc una funció del tema fill.' . "\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment