Astra_Posts_Structure_Markup::__construct()
Constructor
Description
Source
File: inc/modules/posts-structures/class-astra-posts-structure-markup.php
public function __construct() { $astra_banner_hook = apply_filters( 'astra_banner_hook', 'astra_content_before' ); add_action( esc_attr( $astra_banner_hook ), array( $this, 'astra_add_hero_section_markup' ), 99 ); }
Expand full source code Collapse full source code View on Trac