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.


Top ↑

Source Source

File: includes/class.llms.install.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.34.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.