WPIntell

Source evidence

ompatibility with PHP 8.3

Date Time Picker for Contact Form 7 · support · 2025-12-11T12:29:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
aiolosweb unresolved
Hello, 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

Comments

1 shown
Ruhul Amin 2025-12-11T15:10:00+00:00

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