Filter: cloudinary_rest_url

apply_filters( 'cloudinary_rest_url', $rest_url, $path, $scheme ) → {string}

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