Provider::untrash_series_following_event( int $post_id )

Untrashes a Series post following the untrash of an Event post.


Parameters

$post_id

(int) (Required) The untrashed post ID.


Top ↑

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 );
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.