wpmdb_table_sizes

wpmdb_table_sizes

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

See hook in core

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

apply_filters('wpmdb_table_sizes') is found 1 times:

  • /class/Common/Sql/Table.php line 232
                }
            }
    
            // "regular" is passed to the filter as the scope for backwards compatibility (a possible but never used scope was "temp").
            return apply_filters('wpmdb_table_sizes', $return, 'regular');
        }
    
        /**
         * Returns the table name where the alter statements are held during the migration (old "wp_" prefixed style).
         *
         * @return string