Add ability to get event status

This commit is contained in:
Brian Miyaji
2014-05-02 23:57:04 +10:00
parent 38e988feb1
commit afcecbb881
3 changed files with 29 additions and 250 deletions

View File

@@ -62,5 +62,15 @@ abstract class SP_Custom_Post {
return $value;
}
/**
* Get the post data.
*
* @access public
* @return object
*/
public function get_post_data() {
return $this->post;
}
}