Provider::clear_session_dates_cache( int $post_id )

Clear the cache for unique session dates.


Parameters

$post_id

(int) (Required) The post ID.


Top ↑

Source

File: src/Conference/Views/Provider.php

	public function clear_session_dates_cache( $post_id ) {
		$this->container->make( Shortcode\Schedule::class )->clear_session_dates_cache( $post_id );
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.