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

update_default_dash_tile_order()

Parameters

ColumnTypeDefaultDescription
$tile
$order_by

Location

include/dash_functions.php lines 251 to 254

Definition

 
function update_default_dash_tile_order($tile,$order_by)
    {
    return 
ps_query("UPDATE dash_tile SET default_order_by= ? WHERE ref= ?", ['i'$order_by'i'$tile]);
    }

This article was last updated 19th March 2024 11:35 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.