wpmdb_table_row

wpmdb_table_row

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

See hook in core

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

apply_filters('wpmdb_table_row') is found 1 times:

  • /class/Common/Sql/Table.php line 1452
            $where_sql       = array();
            $values          = array();
            $query           = '';
    
            if (!apply_filters('wpmdb_table_row', $row, $table, $state_data)) {
                $skip_row = true;
            }
    
            if (!$skip_row) {
                $replacer->set_row($row);