Current File : /home/honehdyv/remonster.online/wp-content/plugins/wp-automatic/p_updates.php
<?php
// UPDATES
$licenseactive=get_option('wp_automatic_license_active','');
if(trim($licenseactive) != ''){
	
	//fire checks
	require 'plugin-updates/plugin-update-checker.php';
	$wp_automatic_UpdateChecker = PucFactory::buildUpdateChecker(
			'https://deandev.com/upgrades/meta/wp-automatic.json',
			__FILE__,
			'wp-automatic'
			);
	
	//append keys to the download url
	$wp_automatic_UpdateChecker->addResultFilter('wp_automatic_addResultFilter');
	function wp_automatic_addResultFilter($info){
		
		$wp_automatic_license = get_option('wp_automatic_license','');
		
		if(isset($info->download_url)){
			$info->download_url = $info->download_url . '&key='.$wp_automatic_license;
		}
		return $info;
	}
}
Comments on: Btooom! Chapter 74 https://w3.readbtooom.com/manga/btooom-chapter-74/ Read Btooom! Manga Online in High Quality Wed, 30 Nov 2022 23:56:25 +0000 hourly 1 https://wordpress.org/?v=6.4.5