apply_filters( 'ajax_query_attachments_args', array $query )

Filters the arguments passed to WP_Query during an Ajax call for querying attachments.


Description Description

See also See also


Top ↑

Parameters Parameters

$query

(array) An array of query variables.


Top ↑

Source Source

File: wp-admin/includes/ajax-actions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.