XenForo
Administrative
		- Thread starter
- Admin
- #1
My callback
PHP:
	
	
	
		
Result from Thread custom field (Rich text box): null
Result from Thread post message: null

I expected to get related entity from this option to use it in my add-on.
ادامه مطلب...
				
			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

I expected to get related entity from this option to use it in my add-on.
ادامه مطلب...
 
				