File manager - Edit - /home/xfekoga/rooftopcleaners/wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Front/FileResolver.php
Back
<?php namespace WP_Rocket\Engine\Media\Lazyload\CSS\Front; class FileResolver { /** * Resolves the name from the file from its URL. * * @param string $url URL from the file to resolve. * @return string */ public function resolve( string $url ): string { $path = rocket_url_to_path( strtok( $url, '?' ) ); if ( ! $path ) { return ''; } return $path; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings