Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

get_saved_searches()

Parameters

ColumnTypeDefaultDescription
array $collection: ? order by created"
['i'
$collection];

Location

include/collections_functions.php lines 2448 to 2451

Definition

 
function get_saved_searches($collection): array
    {
    return 
ps_query("select " columns_in("collection_savedsearch") . " from collection_savedsearch where collection= ? order by created", ['i'$collection]);
    }

This article was last updated 5th May 2024 14:05 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.