Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Addon_AMP_Compatibility / Astra_Addon_AMP_Compatibility::__construct()

Astra_Addon_AMP_Compatibility::__construct()

Constructor


Description


Source

File: classes/compatibility/class-astra-addon-amp-compatibility.php

	public function __construct() {
		add_action( 'wp', array( $this, 'disable_addon_features' ) );
	}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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