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

get_active_plugins()

Description

Get active plugins

Parameters

This function accepts no parameters.

Return

array

Location

include/plugin_functions.php lines 360 to 363

Definition

 
function get_active_plugins()
    {
    return 
ps_query('SELECT name, enabled_groups, config, config_json FROM plugins WHERE inst_version >= 0 ORDER BY priority', array(), 'plugins');
    }

This article was last updated 8th May 2024 10:05 Europe/London time based on the source file dated 7th May 2024 18:45 Europe/London time.