Astra_Primary_Header_Loader::__construct()

Constructor


Description


Source

File: inc/builder/type/header/primary-header/class-astra-primary-header-loader.php

	public function __construct() {
		add_action( 'customize_preview_init', array( $this, 'preview_scripts' ), 110 );

		// Markup.
		remove_filter( 'body_class', 'astra_body_classes' );
		add_filter( 'body_class', array( $this, 'astra_body_header_classes' ) );
	}

Changelog

Changelog
Version Description
3.0.0 Introduced.

User Contributed Notes

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