Created
June 7, 2025 05:04
-
-
Save rajeshsingh520/333f4cd4647f7e9bdbd70796338ad45b 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_filter('doing_it_wrong_trigger_error', function($doing_it_wrong, $function_name) { | |
if ('_load_textdomain_just_in_time' === $function_name) { | |
return false; | |
} | |
return $doing_it_wrong; | |
}, 10, 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment