File manager - Edit - /home/vblioqus/unfreezetiktok.com/wp-content/plugins/webp-converter-for-media/src/Error/Detector/UnsupportedServerDetector.php
Back
<?php namespace WebpConverter\Error\Detector; use WebpConverter\Error\Notice\UnsupportedPlaygroundServerNotice; /** * Checks for configuration errors about unsupported servers. */ class UnsupportedServerDetector implements DetectorInterface { /** * {@inheritdoc} */ public function get_error() { if ( strpos( $_SERVER['SERVER_NAME'] ?? '', 'playground.wordpress.net' ) !== false ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput return new UnsupportedPlaygroundServerNotice(); } return null; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings