51365137/**5138 * Fires at the conclusion of wp_enqueue_media().5139 *5140 * @since 3.5.05141 */5142do_action('wp_enqueue_media');5143}51445145/**5146* Retrieves media attached to the passed post.5147*5148* @since 3.6.0
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.