Hello everybody, I have a question:
is there a way to add another subtype in this
$entity_f1 = elgg_get_entities(array(
'type' => 'object',
'subtype' => 'link',
'limit' => 0,
)
);
Thank you so much
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Paweł Sroka@srokap

Paweł Sroka - 0 likes
- Miky Tara@miky_tara

Miky Tara - 0 likes
You must log in to post replies.Meaning 'subtypes' => array('link', 'blog') ?
I tried and it works!!! Thank you so much!!