5558*5559* @since 4.2.05560*5561* @param int|null$post_id The post_id(if any) found by the function.5562* @param string$url The URL being looked up.5563*/5564return(int)apply_filters('attachment_url_to_postid',$post_id,$url);5565}55665567/**5568* Returns the URLs forCSS files used in an iframe-sandbox'd TinyMCE media view.5569*5570* @since 4.0.0
History
Introduced in 4.2.0. Unchanged from 6.7.7 through 7.1.0.