Deprecated: Creation of dynamic property idna_convert::$slast is deprecated in /home/lasafyfh/arc.lasalpujarras.online/vendor/simplepie/simplepie/idn/idna_convert.class.php on line 96

Deprecated: Return type of Zotlabs\Web\SessionHandler::open($s, $n) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Web/SessionHandler.php on line 9

Deprecated: Return type of Zotlabs\Web\SessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Web/SessionHandler.php on line 78

Deprecated: Return type of Zotlabs\Web\SessionHandler::read($id) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Web/SessionHandler.php on line 18

Deprecated: Return type of Zotlabs\Web\SessionHandler::write($id, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Web/SessionHandler.php on line 39

Deprecated: Return type of Zotlabs\Web\SessionHandler::destroy($id) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Web/SessionHandler.php on line 83

Deprecated: Return type of Zotlabs\Web\SessionHandler::gc($expire) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Web/SessionHandler.php on line 89

Deprecated: Creation of dynamic property idna_convert::$slast is deprecated in /home/lasafyfh/arc.lasalpujarras.online/vendor/simplepie/simplepie/idn/idna_convert.class.php on line 96

Deprecated: Creation of dynamic property idna_convert::$slast is deprecated in /home/lasafyfh/arc.lasalpujarras.online/vendor/simplepie/simplepie/idn/idna_convert.class.php on line 96

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Lib/Apps.php on line 428

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Lib/Apps.php on line 428

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Lib/Apps.php on line 428

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Lib/Apps.php on line 428

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Lib/Apps.php on line 428

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Lib/Apps.php on line 428

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/lasafyfh/arc.lasalpujarras.online/Zotlabs/Lib/Apps.php on line 428
Help: Item_custom
Deprecated: Creation of dynamic property Smarty_Internal_Template::$compiled is deprecated in /home/lasafyfh/arc.lasalpujarras.online/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 719

Deprecated: Creation of dynamic property Smarty_Internal_Template::$compiled is deprecated in /home/lasafyfh/arc.lasalpujarras.online/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 719

Deprecated: Creation of dynamic property Smarty_Internal_Template::$compiled is deprecated in /home/lasafyfh/arc.lasalpujarras.online/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 719

Deprecated: Creation of dynamic property Smarty_Internal_Template::$compiled is deprecated in /home/lasafyfh/arc.lasalpujarras.online/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 719

Hubzilla Documentation:

Contents

item_custom



Allow addons to create and process custom item types.

Addon authors will need to use iconfig meta data (with sharing on) or some other method
to specify and determine whether the custom item is destined for their addon.

It is fed an array of ['item' => ${item_array}, 'allow_exec' => {true/false}]

By default $arr['item']['cancel'] is set to TRUE which will abort storage of the
custom item in the item table unless the addon unsets it or sets it to false.

        if ($arr['item_type']==ITEM_TYPE_CUSTOM) {
                /* Custom items are not stored by default
                   because they require an addon to process. */
                $d['item']['cancel']=true;

                call_hooks('item_custom',$d);
        }


see: include/items.php

Deprecated: Creation of dynamic property Smarty_Internal_Template::$compiled is deprecated in /home/lasafyfh/arc.lasalpujarras.online/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 719