Shortcode_Self-closing
// Add Shortcode function juan_shortcode() { return '¿Hola qué tal?'; } add_shortcode( 'prueba', 'juan_shortcode' );
// Add Shortcode function juan_shortcode() { return '¿Hola qué tal?'; } add_shortcode( 'prueba', 'juan_shortcode' );