Skip to content

Instantly share code, notes, and snippets.

@rajeshsingh520
Created June 7, 2025 05:04
Show Gist options
  • Save rajeshsingh520/333f4cd4647f7e9bdbd70796338ad45b to your computer and use it in GitHub Desktop.
Save rajeshsingh520/333f4cd4647f7e9bdbd70796338ad45b to your computer and use it in GitHub Desktop.
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