Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
plugins
/
bluehost-wordpress-plugin
/
inc
/
upgrades
/
Editing: 2.13.2.php
<?php /** * Handle updates for version 2.13.2 * * Delete bh_platform option since it's no longer used. * * @package Bluehost */ // Delete existing bh_platform option if found. if ( get_option( 'bh_platform' ) ) { delete_option( 'bh_platform' ); }
Save
Cancel