HEX
Server: Apache
System: Linux p3plzcpnl507484.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: tvypkwena2lu (5224663)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/tvypkwena2lu/public_html/wp-content/plugins/caldera-forms/classes/cdn/contract.php
<?php

/**
 * Interface that all CDN integrations must impliment
 *
 * @package Caldera_Forms
 * @author    Josh Pollock <Josh@CalderaWP.com>
 * @license   GPL-2.0+
 * @link
 * @copyright 2017 CalderaWP LLC
 */
interface Caldera_Forms_CDN_Contract {

	/**
	 * The URL for CDN to replace site URL with
	 *
	 * NOTE: Do NOT add protocol. start with //
	 *
	 * @since 1.5.3
	 *
	 * @return string
	 */
	public function cdn_url();

}