Filter: cloudinary_home_url

apply_filters( 'cloudinary_home_url', $home_url, $path, $scheme ) → {string}

Filter the home url.
Parameters:
Name Type Description
$home_url string The home url.
$path string The path to be appended to the home URL.
$scheme string The scheme to give the home URL context. Accepts 'http', 'https', or 'relative'.
Since:
  • 3.2.0
Source:
Returns:
Type
string