Provider::render_schedule_shortcode( $props )

Schedule Block and Shortcode Dynamic content Output.


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_schedule_shortcode( $props ) {
		return $this->container->make( Shortcode\Schedule::class )->render_shortcode( $props );
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.