is_local_attachment
is_local_attachment ( $url )
Parameters:- (string) url URL to check
Returns:- (bool) True on success, false on failure.
Defined at: - Introduced in WordPress: 2.0.0
- Deprecated in WordPress: —
Description
Determines whether an attachment URI is local and really an attachment.For more information on this and similar theme functions, check out
the {@link Conditional Tags} article in the Theme Developer Handbook.