53165317/**5318 * Fires at the conclusion of wp_enqueue_media().5319 *5320 * @since 3.5.05321 */5322do_action('wp_enqueue_media');5323}53245325/**5326* Retrieves media attached to the passed post.5327*5328* @since 3.6.0
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.