Advertisement

get_post_gallery

Check a specified post’s content for gallery and, if present, return the first

get_post_galleries

Retrieves galleries from the passed post’s content.

Advertisement

wp_enqueue_media

Enqueues all scripts, styles, settings, and templates necessary to use all media JS APIs.

wp_prepare_attachment_for_js

Prepares an attachment post object for JS, where it is expected to be JSON-encoded and fit into an Attachment model.

wp_image_editor_supports

Tests whether there is an editor that supports a given mime type or methods.

Advertisement

wp_max_upload_size

Determines the maximum upload size allowed in php.ini.

wp_expand_dimensions

Based on a supplied width/height example, return the biggest possible dimensions based on the max width/height.

Advertisement

adjacent_image_link

Displays next or previous image link that has the same post parent.