Provider::render_schedule_shortcode( $props )
Schedule Block and Shortcode Dynamic content Output.
Contents
Parameters
- $attr
-
(<span class="TECConferenceViewsarrayTECConferenceViewsarray<string|">TECConferenceViewsmixed>) (Required) Array of attributes from shortcode.
Return
(string) The HTML output the shortcode.
Source
File: src/Conference/Views/Provider.php
public function render_schedule_shortcode( $props ) {
return $this->container->make( Shortcode\Schedule::class )->render_shortcode( $props );
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |