Shortcodes Generator May 5, 2021 Public DANIEL DE OLIVEIRA Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone // Adicionar função Shortcode custom_shortcode () { // Add Shortcode function custom_shortcode() { } add_shortcode( '', 'custom_shortcode' );