wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp-includes/media.php › WordPress File

功能83
WordPress API for media display.


Function Short description
add_image_sizeRegisters a new image size.
adjacent_image_linkDisplays next or previous image link that has the same post parent.
attachment_url_to_postidTries to convert an attachment URL into a post ID.
gallery_shortcodeBuilds the Gallery shortcode output.
get_adjacent_image_linkGets the next or previous image link that has the same post parent.
get_attached_mediaRetrieves media attached to the passed post.
get_attachment_taxonomiesRetrieves taxonomies attached to given the attachment.
get_image_tagGets an img tag for an image attachment, scaling it down if requested.
get_intermediate_image_sizesGets the available intermediate image size names.
get_media_embedded_in_contentChecks the HTML content for an audio, video, object, embed, or iframe tags.
get_next_image_linkGets the next image link that has the same post parent.
get_post_galleriesRetrieves galleries from the passed post's content.
get_post_galleries_imagesRetrieves the image srcs from galleries from a post's content, if present.
get_post_galleryChecks a specified post's content for gallery and, if present, return the first
get_post_gallery_imagesChecks a post's content for galleries and return the image srcs for the first found gallery.
get_previous_image_linkGets the previous image link that has the same post parent.
get_taxonomies_for_attachmentsRetrieves all of the taxonomies that are registered for attachments.
has_image_sizeChecks if an image size exists.
image_constrain_size_for_editorScales down the default size of an image.
image_downsizeScales an image to fit a particular size (such as 'thumb' or 'medium').
image_get_intermediate_sizeRetrieves the image's intermediate size (resized) path, width, and height.
image_hwstringRetrieves width and height attributes using given width and height values.
image_make_intermediate_sizeResizes an image to make a thumbnail or intermediate size.
image_resize_dimensionsRetrieves calculated resize dimensions for use in WP_Image_Editor.
img_caption_shortcodeBuilds the Caption shortcode output.
is_gd_imageDetermines whether the value is an acceptable type for GD image functions.
next_image_linkDisplays next image link that has the same post parent.
previous_image_linkDisplays previous image link that has the same post parent.
remove_image_sizeRemoves a new image size.
set_post_thumbnail_sizeRegisters an image size for the post thumbnail.
wpview_media_sandbox_stylesReturns the URLs for CSS files used in an iframe-sandbox'd TinyMCE media view.
wp_audio_shortcodeBuilds the Audio shortcode output.
wp_calculate_image_sizesCreates a 'sizes' attribute value for an image.
wp_calculate_image_srcsetA helper function to calculate the image sources to include in a 'srcset' attribute.
wp_constrain_dimensionsCalculates the new dimensions for a down-sampled image.
wp_enqueue_mediaEnqueues all scripts, styles, settings, and templates necessary to use all media JS APIs.
wp_expand_dimensionsBased on a supplied width/height example, returns the biggest possible dimensions based on the max width/height.
wp_filter_content_tagsFilters specific tags in post content and modifies their markup.
wp_getimagesizeAllows PHP's getimagesize() to be debuggable when necessary.
wp_get_additional_image_sizesRetrieves additional image sizes.
wp_get_attachment_id3_keysReturns useful keys to use to lookup data from an attachment's stored metadata.
wp_get_attachment_imageGets an HTML img element representing an image attachment.
wp_get_attachment_image_sizesRetrieves the value for an image attachment's 'sizes' attribute.
wp_get_attachment_image_srcRetrieves an image to represent an attachment.
wp_get_attachment_image_srcsetRetrieves the value for an image attachment's 'srcset' attribute.
wp_get_attachment_image_urlGets the URL of an image attachment.
wp_get_audio_extensionsReturns a filtered list of supported audio formats.
wp_get_avif_infoExtracts meta information about an AVIF file: width, height, bit depth, and number of channels.
wp_get_image_editorReturns a WP_Image_Editor instance and loads file into it.
wp_get_loading_optimization_attributesGets loading optimization attributes.
wp_get_registered_image_subsizesReturns a normalized list of all currently registered image sub-sizes.
wp_get_video_extensionsReturns a filtered list of supported video formats.
wp_get_webp_infoExtracts meta information about a WebP file: width, height, and type.
wp_high_priority_element_flagAccesses a flag that indicates if an element is a possible candidate for `fetchpriority='high'`.
wp_iframe_tag_add_loading_attrAdds `loading` attribute to an `iframe` HTML tag.
wp_imagecreatetruecolorCreates a new GD image resource with transparency support.
wp_image_add_srcset_and_sizesAdds 'srcset' and 'sizes' attributes to an existing 'img' element.
wp_image_editor_supportsTests whether there is an editor that supports a given mime type or methods.
wp_image_file_matches_image_metaDetermines if the image meta data is for the image source file.
wp_image_matches_ratioHelper function to test if aspect ratios for two images match.
wp_image_src_get_dimensionsDetermines an image's width and height dimensions based on the source file.
wp_img_tag_add_loading_optimization_attrsAdds optimization attributes to an `img` HTML tag.
wp_img_tag_add_srcset_and_sizes_attrAdds `srcset` and `sizes` attributes to an existing `img` HTML tag.
wp_img_tag_add_width_and_height_attrAdds `width` and `height` attributes to an `img` HTML tag.
wp_increase_content_media_countIncreases an internal content media count variable.
wp_lazy_loading_enabledDetermines whether to add the `loading` attribute to the specified tag in the specified context.
wp_max_upload_sizeDetermines the maximum upload size allowed in php.ini.
wp_maybe_add_fetchpriority_high_attrDetermines whether to add `fetchpriority='high'` to loading attributes.
wp_maybe_generate_attachment_metadataMaybe attempts to generate attachment metadata, if missing.
wp_mediaelement_fallbackProvides a No-JS Flash fallback as a last resort for audio / video.
wp_media_personal_data_exporterFinds and exports attachments associated with an email address.
wp_omit_loading_attr_thresholdGets the threshold for how many of the first content media elements to not lazy-load.
wp_playlist_scriptsOutputs and enqueues default scripts and styles for playlists.
wp_playlist_shortcodeBuilds the Playlist shortcode output.
wp_plupload_default_settingsPrints default Plupload arguments.
wp_prepare_attachment_for_jsPrepares an attachment post object for JS, where it is expected to be JSON-encoded and fit into an Attachment model.
wp_register_media_personal_data_exporterRegisters the personal data exporter for media.
wp_show_heic_upload_errorCallback to enable showing of the user error when uploading .heic images.
wp_underscore_playlist_templatesOutputs the templates used by playlists.
wp_video_shortcodeBuilds the Video shortcode output.
_wp_add_additional_image_sizesAdds additional default image sub-sizes.
_wp_get_attachment_relative_pathGets the attachment path relative to the upload directory.
_wp_get_image_size_from_metaGets the image size as array from its meta data.