wpmdb_find_and_replace

wpmdb_find_and_replace

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('wpmdb_find_and_replace') is found 1 times:

  • /class/Common/Replace.php line 347
                    $i++;
                }
            }
    
            $tmp_find_replace_pairs = apply_filters('wpmdb_find_and_replace', $tmp_find_replace_pairs, $intent, $site_url);
    
            if (!empty($tmp_find_replace_pairs)) {
                $i = 1;
                foreach ($tmp_find_replace_pairs as $replace_old => $replace_new) {
                    $find_replace_pairs['replace_old'][$i] = $replace_old;
                    $find_replace_pairs['replace_new'][$i] = $replace_new;