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

get_upload_here_selected_nodes()

Parameters

ColumnTypeDefaultDescription
$search
$nodes array

Location

include/search_functions.php lines 1992 to 2001

Definition

 
function get_upload_here_selected_nodes($search, array $nodes)
    {
    
$upload_here_nodes resolve_nodes_from_string($search);
    if(empty(
$upload_here_nodes))
        {
        return 
$nodes;
        }

    return 
array_merge($nodes$upload_here_nodes);
    }

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