Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Inventory_Presser_Addon_Updater::verify_ssl()

Returns if the SSL of the store should be verified.


Return Return

(bool)


Top ↑

Source Source

File: includes/addon/class-addon-updater.php

		private function verify_ssl() {
			return (bool) apply_filters( 'edd_sl_api_request_verify_ssl', true, $this );
		}


Top ↑

Changelog Changelog

Changelog
Version Description
1.6.13 Introduced.