Example #1
0
 public function tag_content()
 {
     $part = $this->get_argument('part', 'body');
     $inherit = $this->get_argument('inherit') == 'true' ? true : false;
     // get stdClass object width members 'content' and 'filter_id'
     $content = FrogTagsHacks::get_page_content($this->page, $part, $inherit);
     return $this->parse($content->content, $this, $content->filter_id);
 }