Cloudflare\Zone\Settings::hotlink_protection PHP Method

    public function hotlink_protection($zone_identifier)
    {
        return $this->get('zones/' . $zone_identifier . '/settings/hotlink_protection');
    }