51925193/**5194 * Fires at the conclusion of wp_enqueue_media().5195 *5196 * @since 3.5.05197 */5198do_action('wp_enqueue_media');5199}52005201/**5202* Retrieves media attached to the passed post.5203*5204* @since 3.6.0
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.