XF 1.5 Additional data in media site callback

rhodes

Active member
Hello,

I have several custom media sites using a callback function like this
Code:
public static function myCallback($mediaKey, array $site)

This works fine. However, for one of the media sites I need additional data within the callback.
  • the forum ID where this media site is published
  • the thread title
Is there any variable or function I can use in my callback?
 
Top Bottom