Uses
Uses | Description |
---|---|
wp-admin/includes/ajax-actions.php: ajax_query_attachments_args | Filters the arguments passed to WP_Query during an Ajax call for querying attachments. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/class-wp-query.php: WP_Query::__construct() | Constructor. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
wp-includes/functions.php: wp_send_json_success() | Send a JSON response back to an Ajax request, indicating success. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: get_taxonomies_for_attachments() | Retrieves all of the taxonomies that are registered for attachments. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |