コード例 #1
0
 /**
  * [raw]any content [with] or [without /] shortcodes[/raw]
  *
  * @param ProcessedShortcode $shortcode
  *
  * @return string
  */
 public function __invoke(ProcessedShortcode $shortcode)
 {
     return $shortcode->getTextContent();
 }