Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
plugins
/
bluehost-wordpress-plugin
/
inc
/
upgrades
/
Editing: 2.2.3.php
<?php /** * Handle updates for version 2.2.3 * * @package Bluehost */ // Remove the bad data connection transients delete_transient( 'bh_data_connection_throttle' ); delete_transient( 'bh_data_verify_token' ); // Remove the options if those were used as fallback to transients delete_option( 'bh_data_connection_throttle' ); delete_option( 'bh_data_verify_token' );
Save
Cancel