Programmatically Create Media Gallery Report

Status
This content is read-only, or is not open for further replies.

Andy R

Guest
offline
We are developing an internal addon that deep dives into uploaded images in the Media Gallery using various tools to see if they need to be moderated, for example if they are inappropriate.

This is running in a cron job. For the life of me, I can't figure out how to generate a proper report. Here is the relevant code:
Code:

Code:
            $reportCreator = $app->service('XF:Report\Creator', 'xfmg_media', $media);
 

            if ($user) {...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom