/home/vianto5/heredit.mx/wp-content/plugins/elementor/core/utils
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',
] );
}
}