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