6880*6881* @since 2.1.06882*6883* @param string$urlURLfor the given attachment.6884* @param int$attachment_id Attachment post ID.6885*/6886$url=apply_filters('wp_get_attachment_url',$url,$post->ID);68876888if(!$url){6889returnfalse;6890}68916892return$url;
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.