Skip to content

Instantly share code, notes, and snippets.

@zerobugs-oficial
Created June 18, 2020 15:46
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 zerobugs-oficial/76ebcd8b11196aad64c1dc64fccf56dc to your computer and use it in GitHub Desktop.
Save zerobugs-oficial/76ebcd8b11196aad64c1dc64fccf56dc to your computer and use it in GitHub Desktop.
WordPress: Criando um Shortcode personalizado - 2
add_shortcode('nomeDoSeuShortcode', 'slink'); // repare que como segundo parâmetro, passei o nome da função que criei acima
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment