LDLMS_DB::get_table_name( string $table_name = '', string $table_section = '' )

Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.


Description Description


Parameters Parameters

$table_name

(Optional) Name of table to return full table name.

Default value: ''

$table_section

(Optional) Table section prefix.

Default value: ''


Top ↑

Return Return

(string) Table Name if found.


Top ↑

Source Source

File: includes/class-ldlms-db.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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