/home/vianto5/heredit.mx/wp-content/plugins/elementor/core/utils
NameSizeModeActions
api/-0755rm
import-export/-0755rm
promotions/-0755rm
svg/-0755rm
ab-test.php25050644editdlrm
assets-config-provider.php15220644editdlrm
assets-translation-loader.php25680644editdlrm
collection.php103760644editdlrm
exceptions.php7090644editdlrm
force-locale.php36400644editdlrm
hints.php151990644editdlrm
http.php9810644editdlrm
plugins-manager.php29080644editdlrm
static-collection.php11120644editdlrm
str.php10010644editdlrm
template-library-element-iterator.php7660644editdlrm
template-library-import-export-utils.php73690644editdlrm
template-library-snapshot-processor.php69230644editdlrm
version.php38690644editdlrm
Edit: /home/vianto5/heredit.mx/wp-content/plugins/elementor/core/utils/assets-translation-loader.php (2568B)
registered[ $handle ]->src; }, $handles ); } private static function default_replace_translation( $relative_path ) { // Translations are always based on the non-minified filename. $relative_path_without_ext = preg_replace( '/(\.min)?\.js$/i', '', $relative_path ); // By default, we suffix the file with `.strings` (e.g 'assets/js/editor.js' => 'assets/js/editor.strings.js'). return implode( '.', [ $relative_path_without_ext, 'strings', 'js', ] ); } }