Submit
Path:
~
/
home
/
caidadmin
/
dev.scribes.sca-caid.org
/
wp-content
/
plugins
/
caldera-forms
/
classes
/
cdn
/
File Content:
init.php
<?php /** * Class init */ class Caldera_Forms_CDN_Init { /** * In use CDN implementation * * @since 1.5.3 * * @var Caldera_Forms_CDN_Jsdelivr|Caldera_Forms_CDN */ protected static $cdn; /** * Implement core settings * * @since 1.5.3 */ public static function init(){ $cdn_enabled = Caldera_Forms::settings()->get_cdn()->enabled(); if( $cdn_enabled ){ self::$cdn = new Caldera_Forms_CDN_Jsdelivr( CFCORE_URL, CFCORE_VER ); self::$cdn->add_hooks(); } } /** * Get CDN implementation * * @since 1.5.3 * * @return Caldera_Forms_CDN_Jsdelivr|Caldera_Forms_CDN */ public static function get_cdn(){ return self::$cdn; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
.htaccess
127 bytes
0444
2index.php
4824 bytes
0200
contract.php
429 bytes
0644
init.php
674 bytes
0644
jsdelivr.php
1437 bytes
0644
settings.php
2396 bytes
0644
N4ST4R_ID | Naxtarrr