Astra_Web_Stories::__construct()

Constructor


Description


Return

(void)


Source

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

	public function __construct() {
		add_action( 'after_setup_theme', array( $this, 'web_stories_setup' ) );
		add_action( 'astra_body_top', array( $this, 'web_stories_embed' ) );
		add_filter( 'astra_dynamic_theme_css', array( $this, 'web_stories_css' ) );
	}

Changelog

Changelog
Version Description
3.2.0 Introduced.

User Contributed Notes

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