Uses
Uses | Description |
---|---|
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: image_downsize() | Scale an image to fit a particular size (such as ‘thumb’ or ‘medium’). |
wp-includes/post.php: wp_get_attachment_url() | Retrieve the URL for an attachment. |
wp-includes/post.php: wp_get_attachment_metadata() | Retrieves attachment metadata for attachment ID. |
wp-includes/class-wp-xmlrpc-server.php: xmlrpc_prepare_media_item | Filters XML-RPC-prepared data for the given media item. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::_convert_date_gmt() | Convert a WordPress GMT date string to an IXR_Date object. |