[Fix] PHP Notice: Function _load_textdomain_just_in_time
-
Bonjour l’extension déclenche un avertissement dans debug.log :
PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wps-bidouille domain was triggered too early.
Merci d’appliquer le correctif suivant dans wps-bidouille.php (ligne 38) lors d’une prochaine mise à jour :// add_action( 'plugins_loaded', 'plugins_loaded_wps_bidouille_plugin' );
add_action('init', function() {
load_plugin_textdomain('plugins_loaded_wps_bidouille_plugin', false, basename( rtrim( dirname( __FILE__ ), '/' ) ) . '/languages');
});
You must be logged in to reply to this topic.