Ejemplo n.º 1
0
 /**
  * @param array $attributes
  * @param string $content
  *
  * @return null|string
  */
 function do_shortcode($attributes, $content = null)
 {
     if (empty($attributes) && !is_array($attributes)) {
         $attributes = array();
     }
     $this->used = 'yes';
     return $this->plugin->do_shortcode($this, $attributes, $content);
 }