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

append_default_position()

Parameters

This function accepts no parameters.

Location

include/dash_functions.php lines 216 to 220

Definition

 
function append_default_position()
    {
    
$last_tile=ps_query("SELECT default_order_by from dash_tile order by default_order_by DESC LIMIT 1");
    return isset(
$last_tile[0]["default_order_by"])?$last_tile[0]["default_order_by"]+10:10;
    }

This article was last updated 29th November 2023 22:35 Europe/London time based on the source file dated 26th July 2023 22:50 Europe/London time.