Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Shortcode_Self-closing

// Add Shortcode
function juan_shortcode() {

	return '¿Hola qué tal?';

}
add_shortcode( 'prueba', 'juan_shortcode' );