Get the parent post.
Parameters
$parent_id
intrequired- Supplied ID.
Source
protected function get_parent( $parent_id ) {
return $this->revisions_controller->get_parent( $parent_id );
}
Changelog
Version | Description |
---|---|
6.4.0 | Introduced. |
Get the parent post.
$parent_id
intrequiredprotected function get_parent( $parent_id ) {
return $this->revisions_controller->get_parent( $parent_id );
}
Version | Description |
---|---|
6.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.