Uses
Uses | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php: WP_REST_Attachments_Controller::get_media_types() | Retrieves the supported media types. |
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php: WP_REST_Posts_Controller::prepare_items_query() | Determines the allowed query_vars for a get_items() response and prepares them for WP_Query. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |