Astra_Wpml_Compatibility::instance()

Get instance of Astra_Wpml_Compatibility


Description


Return

(Astra_Wpml_Compatibility)


Source

File: compatibility/class-astra-wpml-compatibility.php

		public static function instance() {
			if ( ! isset( self::$instance ) ) {
				self::$instance = new self();
			}

			return self::$instance;
		}

Changelog

Changelog
Version Description
1.1.0 Introduced.


User Contributed Notes

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