Created
February 9, 2025 17:01
-
-
Save twentyfortysix/1f422462affe2aa5c4bd0dd4d4da9cf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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