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
<?php | |
/** | |
* Plugin Name: Surpress Textdomain Warning | |
* Description: MU Plugin to suppress warnings that occur when translations are loaded too early. | |
* Requires at least: 6.7 | |
* Requires PHP: 7.4 | |
* Version: 1.0.0 | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) { |