function jnm_ejemplo($atts, $thing='') { extract(lAtts(array( 'param1' => 'Hola Mundo' ),$atts)); dmp($param1); return $param1.parse($thing); }