6933*6934* @since 2.1.06935*6936* @param string$urlURLfor the given attachment.6937* @param int$attachment_id Attachment post ID.6938*/6939$url=apply_filters('wp_get_attachment_url',$url,$post->ID);69406941if(!$url){6942returnfalse;6943}69446945return$url;
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.