wpmdb_overwrite_profile

wpmdb_overwrite_profile

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

apply_filters('wpmdb_overwrite_profile') is found 1 times:

  • /class/Common/Profile/ProfileManager.php line 478
                    $profile_key = $key;
                }
            }
    
            $profile_data = apply_filters('wpmdb_overwrite_profile', $state_data['contents']);
    
            $saved_profiles[$profile_key]['value'] = $profile_data;
    
            // We should have formatted everything correctly by now.
            if (isset($saved_profiles[$profile_key]['imported'])) {
                unset($saved_profiles[$profile_key]['imported']);