Astra_Elementor_Pro::register_locations( object $manager )

Register Locations


Description


Parameters

$manager

(object) (Required) Location manager.


Return

(void)


Source

File: inc/compatibility/class-astra-elementor-pro.php

		public function register_locations( $manager ) {
			$manager->register_all_core_location();
		}

Changelog

Changelog
Version Description
1.2.7 Introduced.

User Contributed Notes

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