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

Astra_AMP::__construct()

Constructor


Description


Source

File: inc/compatibility/class-astra-amp.php

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

Expand full source code Collapse full source code View on Trac


Related

Used By

Used By
Used By Description
inc/compatibility/class-astra-amp.php: Astra_AMP::get_instance()

Initiator


User Contributed Notes

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