Add ability to get event status
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user