Skip to content

Instantly share code, notes, and snippets.

@qwersk
Created October 11, 2017 17:04
Show Gist options
  • Save qwersk/85decff1cfc5b22dda0c3733783043d1 to your computer and use it in GitHub Desktop.
Save qwersk/85decff1cfc5b22dda0c3733783043d1 to your computer and use it in GitHub Desktop.
Get custom article field in module #JOOMLA
<?php
JLoader::register('FieldsHelper', JPATH_ADMINISTRATOR . '/components/com_fields/helpers/fields.php');
$jcFields = FieldsHelper::getFields('com_content.article', $item, true);
$jsfields = json_decode(json_encode($jcFields), True);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment