Brotherline AnonSec • Shell
SRV 162.240.68.55 YOU 216.73.217.22 USER tywatomy (1003) 7.4.33 DOMAINS 6 Domains
MySQL cURL WGET Perl Python Sudo
Disabled: exec,passthru,shell_exec,system  •  OS: Linux server.ariapress.org 3.10.0-1160.119.1.el7.tuxcare.els22.x86_64 #1 SMP Mon Aug 18 06:07:12 UTC 2025 x86_64  •  Webserver: Apache
/home/tywatomy/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/2.7.0.php
<?php
/**
 * Handle updates for version 2.7.0.
 *
 * Sync the plugin's auto-update settings with the new, WordPress Core options.
 *
 * @package Bluehost
 */

if ( ! function_exists( 'get_plugins' ) ) {
	require_once ABSPATH . 'wp-admin/includes/plugin.php';
}

$auto_update_plugins = get_option( 'auto_update_plugin', 'true' );

if ( 'true' === $auto_update_plugins ) {
	update_site_option( 'auto_update_plugins', array_keys( get_plugins() ) );
}

$auto_update_themes = get_option( 'auto_update_theme', 'true' );

if ( 'true' === $auto_update_themes ) {
	update_site_option( 'auto_update_themes', array_keys( wp_get_themes() ) );
}
Anon7 — 2022  •  AnonSec Team