We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8978d commit 420a529Copy full SHA for 420a529
source/plugins/hooks.rst
@@ -250,6 +250,19 @@ Hooks that cannot be classified in above categories :)
250
'content' => string //current content shown after main content
251
];
252
253
+``vcard_data``
254
+ .. versionadded 9.5
255
+
256
+ Add or modify data in vCards such as IM contact information
257
258
+ .. code-block:: php
259
260
+ <?php
261
+ $hook_params = [
262
+ 'item' => CommonDBTM, //The item the vCard is for such as a User or Contact
263
+ 'data' => array, //The current vCard data for the item
264
+ ];
265
266
Items business related
267
++++++++++++++++++++++
268
0 commit comments