k-isabelle
7/4/2018 - 8:54 PM

Modifying and Filtering WordPress Media Library and Uploads

Array
(
    [action] => query-attachments
    [post_id] => 838
    [query] => Array
        (
            [post_mime_type] => image
            [orderby] => date
            [order] => DESC
            [posts_per_page] => 40
            [_acfuploader] => field_579b87ce88001
            [paged] => 1
        )

)

Array
(
    [post_mime_type] => image
    [orderby] => date
    [order] => DESC
    [posts_per_page] => 40
    [paged] => 1
    [post_type] => attachment
    [post_status] => inherit,private
)

//$_POST['query']['_acfuploader'] holds the field key for the image field that popped up the media library.