wpmdb_preserved_options

wpmdb_preserved_options

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

  • /class/Common/Sql/Table.php line 431
            }
    
            // Get preserved data in options tables if being replaced.
            if (!empty($options_table_names)) {
                $preserved_options         = apply_filters('wpmdb_preserved_options', $preserved_options, $intent);
                $preserved_options_escaped = esc_sql($preserved_options);
    
                $preserved_options_data = array();
    
                // Get preserved data in options tables
                foreach ($options_table_names as $option_table) {