Filter by type:
Search
Skip to content
Browse: Home / Classes / Brainstorm_Update_Astra_Addon / Brainstorm_Update_Astra_Addon::load()

Brainstorm_Update_Astra_Addon::load()

Load the brainstorm updater.


Description


Return

(void)


Source

File: class-brainstorm-update-astra-addon.php

		public function load() {
			global $bsf_core_version, $bsf_core_path;
			if ( is_file( realpath( $bsf_core_path . '/index.php' ) ) ) {
				include_once realpath( $bsf_core_path . '/index.php' );
			}
		}

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.