File manager - Edit - /home/vblioqus/unfreezetiktok.com/wp-content/plugins/webp-converter-for-media/src/Service/EnvDetector.php
Back
<?php namespace WebpConverter\Service; /** * Allows to detect specific server environments. */ class EnvDetector { public static function is_cdn_bunny(): bool { if ( ! is_plugin_active( 'bunnycdn/bunnycdn.php' ) ) { return false; } $status = (int) get_option( 'bunnycdn_cdn_status', 0 ); return ( $status === 1 ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.08 |
proxy
|
phpinfo
|
Settings