Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
plugins
/
bluehost-wordpress-plugin
/
inc
/
upgrades
/
Editing: 2.12.7.php
<?php /** * Handle updates for version 2.12.7 * * @package Bluehost */ // Clear bh_cdata throttle values with throttle fix in bluehost-wp-customer-data@1.4.5 if ( get_option( 'bh_cdata_retry_count' ) ) { delete_option( 'bh_cdata_retry_count' ); } if ( get_transient( 'bh_cdata_pause' ) ) { delete_transient( 'bh_cdata_pause' ); }
Save
Cancel