apply_filters( 'sensei_lms_schema_get_tables', $tables ) → {array}
Filter the list of known tables.
If plugins need to add new tables, they can inject them here.
Parameters:
Name | Type | Description |
---|---|---|
$tables |
array | An array of Sensei specific database table names. |
- Since:
- 4.16.1
- Source:
Returns:
Filtered array of Sensei specific database table names.
- Type
- array