Provider::session_content_header( int $session_id )
Generates session content header based on session tags.
Contents
Parameters
- $session_id
-
(int) (Required) Session post ID.
Return
(string) HTML output of session content header.
Source
File: src/Conference/Views/Provider.php
public function session_content_header( $session_id ) {
return $this->container->make( Filter_Modifications::class )->session_content_header( $session_id );
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |