wpmdb_after_replace_custom_data

wpmdb_after_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_after_replace_custom_data') is found 1 times:

  • /class/Common/Replace.php line 744
                $this->error_log->log_error($error_msg, $error_details);
            }
    
            if (true === $filtered) {
                $data = apply_filters('wpmdb_after_replace_custom_data', $data, $before_fired, $this);
            }
    
            return $data;
        }
    
        /**