Skip to content

Instantly share code, notes, and snippets.

@yahyaahrika
Created December 16, 2025 15:27
Show Gist options
  • Select an option

  • Save yahyaahrika/4175ee2efc618dd91b3421dba6d8b5c2 to your computer and use it in GitHub Desktop.

Select an option

Save yahyaahrika/4175ee2efc618dd91b3421dba6d8b5c2 to your computer and use it in GitHub Desktop.
Fixed issus : in wordpress elementor how to fixed this , in plugin we have plugin code snipper ; sprintf is not defined Backbone 10
if ( typeof sprintf === 'undefined' && window.wp?.i18n?.sprintf ) {
window.sprintf = wp.i18n.sprintf;
}
run this code in console browser F12 , and pase the code will working , or add them in plugin code snipper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment