5518*5519* @since 4.2.05520*5521* @param int|null$post_id The post_id(if any) found by the function.5522* @param string$url The URL being looked up.5523*/5524return(int)apply_filters('attachment_url_to_postid',$post_id,$url);5525}55265527/**5528* Returns the URLs forCSS files used in an iframe-sandbox'd TinyMCE media view.5529*5530* @since 4.0.0
History
Introduced in 4.2.0. Unchanged from 6.7.7 through 7.1.0.