wpmdb_preserved_options_data

wpmdb_preserved_options_data

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

See hook in core

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

apply_filters('wpmdb_preserved_options_data') is found 1 times:

  • /class/Common/Sql/Table.php line 449
                        ARRAY_A
                    );
                }
    
                $preserved_options_data = apply_filters('wpmdb_preserved_options_data', $preserved_options_data, $intent);
    
                // Create preserved data queries for options tables
                foreach ($preserved_options_data as $key => $value) {
                    if (false === empty($value)) {
                        foreach ($value as $option) {
                            $sql .= $wpdb->prepare(