Provider::render_sponsors_shortcode( $props )
The [tec_sponsors] shortcode handler.
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_sponsors_shortcode( $props ) {
return $this->container->make( Shortcode\Sponsors::class )->render_shortcode( $props );
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |