Conversation
supportHello, I am using your plugin “Date Time Picker for Contact Form 7” and I am receiving a PHP Notice on PHP 8.3: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the walcf7-datetimepicker domain was triggered too early. Translations should be loaded at the init action or later. This message was added in WordPress 6.7.0. Environment: WordPress version: 6.7+ PHP version: 8.3 Contact Form 7 installed and working normally It seems the plugin is loading its textdomain too early (before init ), which now triggers a Notice in newer WP versions. Could you please update the plugin so that the textdomain is loaded using the recommended hook?
Hello, Thank you for your feedback. I will update soon. By that time go to wp-config.php file, find WP_DEBUG and make debug false like this: define( ‘WP_DEBUG’, false ); Thanks
Hello, Thank you for your feedback. I will update soon. By that time go to wp-config.php file, find WP_DEBUG and make debug false like this: define( ‘WP_DEBUG’, false ); Thanks