wpmdb_exclude_transients

wpmdb_exclude_transients

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

See hook in core

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

apply_filters('wpmdb_exclude_transients') is found 1 times:

  • /class/Common/Sql/Table.php line 1267
                }
            }
    
    
            if ('import' !== $state_data['intent'] && 'backup' != $state_data['stage'] && true === apply_filters('wpmdb_exclude_transients', true) && isset($form_data['exclude_transients']) && '1' === $form_data['exclude_transients'] && ($this->table_helper->table_is('options', $table, 'table', $prefix) || (isset($wpdb->sitemeta) && $wpdb->sitemeta == $table))) {
                $col_name = 'option_name';
    
                if (isset($wpdb->sitemeta) && $wpdb->sitemeta == $table) {
                    $col_name = 'meta_key';
                }