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

Astra_PB_Compatibility::__construct()

Constructor


Description


Source

File: inc/theme-update/class-astra-pb-compatibility.php

		public function __construct() {
			add_action( 'init', array( $this, 'maybe_run_pb_compatibility' ) );
		}

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.