Skip to content

Instantly share code, notes, and snippets.

@gydoar
Created July 26, 2017 23:45
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 gydoar/686537cbfff7fded20b3f14d0569bec4 to your computer and use it in GitHub Desktop.
Save gydoar/686537cbfff7fded20b3f14d0569bec4 to your computer and use it in GitHub Desktop.
Shortcode
<?php
// creamos un shortcode llamado [flx-shortcode] para llamarlo donde deseemos
add_shortcode('flx-shortcode', 'flx_funcion');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment