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
            $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);
            }