apply_filters( "llms_{$this->id}_query_get_results", array $results )

Filters the query results.


Description Description

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


Top ↑

Parameters Parameters

$results

(array) Array of results retrieved by the query.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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