path() . '/thrive-dashboard'; $tve_dash_file_path = $tpm_dash_path . '/version.php'; if ( is_file( $tve_dash_file_path ) ) { $version = require_once( $tve_dash_file_path ); $GLOBALS['tve_dash_versions'][ $version ] = array( 'path' => $tpm_dash_path . '/thrive-dashboard.php', 'folder' => '/thrive-product-manager', 'from' => 'plugins', ); } } }