<?php
$ObjectsEntities = elgg_list_entities_from_metadata
(
array
(
metadata_name_value_pairs =>
array(
array('name'=>'<YOUR PRICE METADATA NAME>','value'=>"<YOUR PRICE METADATA VALUE>",'operand'=>'<=')
)
, 'types' => "<YOUR ENTITY TYPE>"
, 'limit' => 10
, 'full_view' => FALSE
)
)
;
?>
@DhrupDeScoop - Thank you! That did the job perfectly! :)
@DhrupDeScoop you rock thanks for the post
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.