wpmdb_new_path_current_site
wpmdb_new_path_current_site
Appears in: wp-migrate-db.1.0.10, wp-migrate-db.1.0.11, wp-migrate-db.1.0.12, wp-migrate-db.1.0.13, wp-migrate-db.1.0.14, wp-migrate-db.1.0.15, wp-migrate-db.1.0.16, wp-migrate-db.1.0.17, wp-migrate-db.1.0.2, wp-migrate-db.1.0.3, wp-migrate-db.1.0.4, wp-migrate-db.1.0.5, wp-migrate-db.1.0.6, wp-migrate-db.1.0.7, wp-migrate-db.1.0.8, wp-migrate-db.1.0.9, wp-migrate-db.2.0, wp-migrate-db.2.0.1, wp-migrate-db.2.0.2, wp-migrate-db.2.1, wp-migrate-db.2.1.1, wp-migrate-db.2.1.2, wp-migrate-db.2.2.0, wp-migrate-db.2.2.2, wp-migrate-db.2.3.0, wp-migrate-db.2.3.1, wp-migrate-db.2.3.2, wp-migrate-db.2.3.3, wp-migrate-db.2.4.0, wp-migrate-db.2.4.1, wp-migrate-db.2.4.2, wp-migrate-db.2.5.0, wp-migrate-db.2.6.1, wp-migrate-db.2.6.10, wp-migrate-db.2.6.11, wp-migrate-db.2.6.3, wp-migrate-db.2.6.4, wp-migrate-db.2.6.5, wp-migrate-db.2.6.6, wp-migrate-db.2.6.7, wp-migrate-db.2.6.8, wp-migrate-db.2.6.9
Hook Type: filter
Displaying hooks found in version: wp-migrate-db.2.6.9apply_filters('wpmdb_new_path_current_site') is found 1 times:
- /class/Common/Sql/Table.php line 1516
} elseif (!empty($form_data['replace_new'][1])) { $new_path_current_site = $this->util->get_path_from_url($form_data['replace_new'][1]); } $new_path_current_site = apply_filters('wpmdb_new_path_current_site', $new_path_current_site); if (!empty($new_path_current_site) && $old_path_current_site != $new_path_current_site) { $pos = strpos($value, $old_path_current_site); $value = substr_replace($value, $new_path_current_site, $pos, strlen($old_path_current_site)); } }