Astra_Web_Stories::web_stories_embed()

Custom render function for Web Stories Embedding.


Description


Return

(void)


Source

File: inc/compatibility/class-astra-web-stories.php

	public function web_stories_embed() {
		if ( ! function_exists( '\Google\Web_Stories\render_theme_stories' ) ) {
			return;
		}

		// Embed web stories above header with pre-configured customizer settings.
		\Google\Web_Stories\render_theme_stories();
	}

Changelog

Changelog
Version Description
3.2.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.