added generic get_content from wp_object to class-event
Some checks failed
Some checks failed
This commit is contained in:
parent
b4d3a7efa0
commit
d3f16706f8
1 changed files with 3 additions and 0 deletions
|
@ -353,4 +353,7 @@ abstract class Event extends Post {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function get_content() {
|
||||||
|
return $this->wp_object->post_content;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue