Provider::clear_session_dates_cache( int $post_id )
Clear the cache for unique session dates.
Contents
Parameters
- $post_id
-
(int) (Required) The post ID.
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 );
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |