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