I have defined several callback for media sites. Data is fetched by callback functions
This works pretty well. What I would need is the thread title within this callback function. Any ideas how I can get it?
Code:
public static function myCallBackFunction($mediaKey, array $site) {
..
}