wpmdb_replace_custom_data

wpmdb_replace_custom_data

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

See hook in core

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

apply_filters('wpmdb_replace_custom_data') is found 1 times:

  • /class/Common/Replace.php line 721
                    $data = $_tmp;
                    unset($_tmp);
                    $is_json = true;
                } elseif (is_string($data)) {
                    list($data, $do_replace) = apply_filters('wpmdb_replace_custom_data', array($data, true), $this);
    
                    if ($do_replace) {
                        $data = $this->apply_replaces($data);
                    }
                }