wpmdb_backup_header_included_tables

wpmdb_backup_header_included_tables

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('wpmdb_backup_header_included_tables') is found 1 times:

  • /class/Common/Sql/Table.php line 1967
            if (in_array($state_data['intent'], ['savefile', 'backup_local']) && isset($form_data['table_migrate_option']) && 'migrate_select' === $form_data['table_migrate_option']) {
                $included_tables = $form_data['select_tables'];
            }
    
            $included_tables = apply_filters('wpmdb_backup_header_included_tables', $included_tables);
    
            $this->stow('# Tables: ' . implode(', ', $included_tables) . "\n", false, $fp);
            $this->stow('# Table Prefix: ' . $wpdb->base_prefix . "\n", false, $fp);
            $this->stow('# Post Types: ' . implode(', ', $this->get_post_types()) . "\n", false, $fp);
    
            $protocol = 'http';
    

See this hook used in plugins: