wpmdb_before_replace_custom_data

wpmdb_before_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_before_replace_custom_data') is found 1 times:

  • /class/Common/Replace.php line 659
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    $before_fired      = false;
    $successive_filter = $filtered;
     
    if (true === $filtered) {
        list($data, $before_fired, $successive_filter) = apply_filters('wpmdb_before_replace_custom_data', array(
            $data,
            $before_fired,
            $successive_filter,
        ), $this);
    }