Skip to content

Instantly share code, notes, and snippets.

@twentyfortysix
Created February 9, 2025 17:01
Show Gist options
  • Save twentyfortysix/1f422462affe2aa5c4bd0dd4d4da9cf7 to your computer and use it in GitHub Desktop.
Save twentyfortysix/1f422462affe2aa5c4bd0dd4d4da9cf7 to your computer and use it in GitHub Desktop.
add_action(
'doing_it_wrong_run',
static function ( $function_name ) {
if ( '_load_textdomain_just_in_time' === $function_name ) {
debug_print_backtrace();
error_log(wp_debug_backtrace_summary());
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment