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' ) );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |