apply_filters( "llms_{$this->id}_query_parse_args", array $ars, LLMS_Database_Query $db_query, array $original_args, array $default_args )

Filters the parsed query arguments.


Description Description

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


Top ↑

Parameters Parameters

$ars

(array) The query parse arguments.

$db_query

(LLMS_Database_Query) The LLMS_Database_Query instance.

$original_args

(array) Original arguments before merging with defaults.

$default_args

(array) Default arguments before merging with original.


Top ↑

Source Source

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

View on GitHub



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.