Filter: cloudinary_site_url

apply_filters( 'cloudinary_site_url', $site_url, $path, $scheme ) → {string}

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