apply_filters( 'cloudinary_is_content_dir', $is_local, $url ) → {bool}
Filter if the url is a local asset.
Parameters:
Name | Type | Description |
---|---|---|
$is_local |
bool | If the url is a local asset. |
$url |
string | The url. |
- Since:
- 2.7.6
- Source:
Returns:
- Type
- bool