/home/vianto5/realtylifestyleproperties.mx/wp-content/plugins/elementor/core/utils
NameSizeModeActions
import-export/-0755rm
promotions/-0755rm
svg/-0755rm
assets-config-provider.php15220644editdlrm
assets-translation-loader.php25600644editdlrm
collection.php101160644editdlrm
exceptions.php7090644editdlrm
force-locale.php36400644editdlrm
hints.php105060644editdlrm
http.php9810644editdlrm
isolation-manager.php4150644editdlrm
plugins-manager.php29080644editdlrm
static-collection.php11110644editdlrm
str.php10010644editdlrm
version.php37490644editdlrm
Edit: /home/vianto5/realtylifestyleproperties.mx/wp-content/plugins/elementor/core/utils/str.php (1001B)
= 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; } }