apply_filters( "llms_{$this->id}_query_select_columns", string $select_columns, LLMS_Database_Query $db_query )

Filters the query SELECT columns


Description Description

The dynamic part of the filter $this->id identifies the extending query.


Parameters Parameters

$select_columns

Columns to select.

$db_query

Instance of LLMS_Database_Query.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.database.query.php


Top ↑

Changelog Changelog

Changelog
Version Description
4.5.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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