LDLMS_DB::escape_numeric_array()
Method: Escape an array, supposed to be a numeric array, to be used in a SQL IN() clause.
LDLMS_DB::escape_numeric_array Read More »
Method: Escape an array, supposed to be a numeric array, to be used in a SQL IN() clause.
LDLMS_DB::escape_numeric_array Read More »
Method: Escape a string array to be used in a SQL IN() clause.
LDLMS_DB::escape_string_array Read More »
Method: Collect and return server DB info.
LDLMS_DB::get_db_server_info Read More »
Method: Utility function to pre-process an array of values used in the SQL IN() clause.
LDLMS_DB::escape_IN_clause_array Read More »
Method: Utility function to return the ‘placeholders’ IN clause items.
LDLMS_DB::escape_IN_clause_placeholders Read More »
Method: Utility function to return the ‘values’ IN clause items.
LDLMS_DB::escape_IN_clause_values Read More »
Method: Get table status info
LDLMS_DB::get_table_status_info Read More »
Filter Hook: Filter for gathering Database Info.
learndash_support_db_tables_info Read More »
Method: Utility function to check the primary index and AUTO_INCREMENT for a database table.
LDLMS_DB::check_table_primary_index Read More »
Method: Returns the Primary Index set if available.
LDLMS_DB::get_table_primary_index_set Read More »
Filter Hook: Filters database table sub prefix.
learndash_table_sub_prefix Read More »
Method: Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
LDLMS_DB::get_table_name Read More »
Method: Get an array of all custom tables.
LDLMS_DB::get_tables Read More »
Method: Get the WPProQuiz table name prefix. This is appended to the default WP prefix.
LDLMS_DB::get_table_prefix Read More »
Filter Hook: Filters database table prefix.
learndash_table_prefix Read More »
Method: Get table sub prefix
LDLMS_DB::get_table_sub_prefix Read More »
Method: Public Initialize function for class
Filter Hook: Filters the list of custom database tables.
learndash_custom_database_tables Read More »