Astra_Addon_Update::__construct()

Constructor


Description


Source

File: classes/class-astra-addon-update.php

		public function __construct() {

			// Theme Updates.
			add_action( 'astra_update_before', __CLASS__ . '::init' );
		}


User Contributed Notes

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