apply_filters( 'llms_install_get_schema', string $tables , string $collate )
Filter the database table schema.
Parameters Parameters
- $tables
-
(string) A semi-colon (
;
) separated list of database table creating commands. - $collate
-
(string) Database collation statement.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.34.0 | Introduced. |