19 'subtype' =>
'plugin',
20 'guids' => explode(
',',
$guids),
25 if (empty($plugins)) {
30 if (!$plugin->isActive()) {
34 if (!$plugin->deactivate()) {
35 $msg = $plugin->getError();
36 $string = ($msg) ?
'admin:plugins:deactivate:no_with_msg' :
'admin:plugins:deactivate:no';
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
elgg_get_entities(array $options=array())
Returns an array of entities with optional filtering.
elgg_get_plugins($status= 'active', $site_guid=null)
Returns an ordered list of plugins.
elgg register_error
Wrapper function for system_messages.
elgg_flush_caches()
Flush all the registered caches.