Skip to content

Instantly share code, notes, and snippets.

@sauraMe
Created December 6, 2017 15:15
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 sauraMe/9bc520f809cf85e29d3df61a2a16160b to your computer and use it in GitHub Desktop.
Save sauraMe/9bc520f809cf85e29d3df61a2a16160b to your computer and use it in GitHub Desktop.
Personalizar el footer de Twenty Sixteen en el child_theme
@sauraMe
Copy link
Author

sauraMe commented Dec 6, 2017

@pepesaura
Copy link

function r8_cambia_creditos() {
	echo "Nuevo crédito";
}
add_action('twentysixteen_credits', 'r8_cambia_creditos');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment