Skip to content

Instantly share code, notes, and snippets.

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