Provider::untrash_series_following_event( int $post_id )
Untrashes a Series post following the untrash of an Event post.
Contents
Parameters
- $post_id
-
(int) (Required) The untrashed post ID.
Source
File: src/Events_Pro/Custom_Tables/V1/Series/Provider.php
public function untrash_series_following_event( $post_id ) {
tribe( Autogenerated_Series::class )->untrash_following( $post_id );
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |