[RSS Feed/News] BB-Code PHP callback not contain entity tag option when called from custom fields

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
My callback

PHP:

Code:
public static function renderTag($tagChildren, $tagOption, $tag, array $options, AbstractRenderer $renderer)
{
    /** @var Entity $entity */
    $entity = $options['entity'];

    \XF::dump($entity);
}

Result from Thread custom field (Rich text box): null

Result from Thread post message: null

1609865401718.png

I expected to get related entity from this option to use it in my add-on.

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom