Provider::render_speakers_shortcode( $props )

The [tec_speakers] shortcode handler.


Parameters

$attr

(<span class="TECConferenceViewsarrayTECConferenceViewsarray<string|">TECConferenceViewsmixed>) (Required) Array of attributes from shortcode.


Top ↑

Return

(string) The HTML output the shortcode.


Top ↑

Source

File: src/Conference/Views/Provider.php

	public function render_speakers_shortcode( $props ) {
		return $this->container->make( Shortcode\Speakers::class )->render_shortcode( $props );
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.