Collections functions
General functions
Node 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 226 to 230

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 19th March 2024 08:35 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.