wpmdb_tables

wpmdb_tables

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

See hook in core

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

apply_filters('wpmdb_tables') is found 1 times:

  • /class/Common/Sql/Table.php line 1917
                }
                $clean_tables[] = $table[0];
            }
    
            return apply_filters('wpmdb_tables', $clean_tables, $scope);
        }
    
        function db_backup_header($fp)
        {
            $state_data            = $this->migration_state_manager->set_post_data();
            $form_data             = $this->form_data->getFormData();