[RSS Feed/News] ->with('embed')

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Where can I find more information about that, please?


PHP:

Code:
            $attachments = $this->finder('XF:Attachment')
                ->where([
                    'content_type' => $contentType,
                    'content_id' => $ids
                ])
                ->order('attach_date')
                ->with('embed')
                ->fetch()
                ->groupBy('content_id');


In entity/attachment i found

PHP:

Code:
        $structure->withAliases = [
            'api' => []...

Read more

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