/home/suroeste/public_html/wp-content/plugins/elementor/core/utils
NameSizeModeActions
import-export/-0755rm
promotions/-0755rm
svg/-0755rm
assets-config-provider.php15220644editdlrm
assets-translation-loader.php25560644editdlrm
collection.php94190644editdlrm
exceptions.php7080644editdlrm
force-locale.php36400644editdlrm
hints.php98550644editdlrm
http.php9810644editdlrm
plugins-manager.php29060644editdlrm
static-collection.php11110644editdlrm
str.php10000644editdlrm
version.php37210644editdlrm
Edit: /home/suroeste/public_html/wp-content/plugins/elementor/core/utils/str.php (1000B)
= 6.2-alpha if ( class_exists( '\WpOrg\Requests\IdnaEncoder' ) ) { $class = \WpOrg\Requests\IdnaEncoder::class; } else { $class = \Requests_IDNAEncoder::class; } return $matches[1] . $class::encode( $matches[2] ); }, $url ); } /** * Checks if a string ends with a given substring * * @param $haystack * @param $needle * @return bool */ public static function ends_with( $haystack, $needle ) { return substr( $haystack, -strlen( $needle ) ) === $needle; } }