1️⃣blockslider_query_args
"blockslider_query_args" filter allows you to modify the block slider query before being processed by the query slider.
Arguments
Argument
Type
Description
$query
array
Query attribute constructed from the block slider block.
Available Since
version 2.1.4
Example
The following code snippet demonstrate a simple use case regarding how developers can change maximum posts a query slider can ever get.
Last updated