WPIntell

Source evidence

php error

Required Fields · support · 2015-08-19T12:27:00+00:00

complaintsentiment
mediumseverity
0.92relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

3 / 23 rows with source links

13.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
Ettore Gabrielli unresolved
With “Query Monitor” i notice this errors Use of undefined constant rf_save_draft_text – assumed ‘rf_save_draft_text’ Use of undefined constant rf_error_logs_text – assumed ‘rf_error_logs_text’ Use of undefined constant rf_for_page_text – assumed ‘rf_for_page_text’ https://wordpress.org/plugins/required-fields/ sorry for the time i response to you! what version of wordpress did you use? Same here, running WP 4.4.2. Regardless of WP version, the last parameter in the add_settings_section() calls should be a string, which they aren’t: required-fields.php, line 74: add_settings_section('rf_save_draft_section', 'Save Drafts', 'rf_save_draft_text', rf_save_draft_text); let me see it my friend and i’ll fix it

Comments

3 shown
NikosTsolakos 2016-01-07T13:47:00+00:00

sorry for the time i response to you! what version of wordpress did you use?

fiskhandlarn 2016-03-30T09:49:00+00:00

Same here, running WP 4.4.2. Regardless of WP version, the last parameter in the add_settings_section() calls should be a string, which they aren’t: required-fields.php, line 74: add_settings_section('rf_save_draft_section', 'Save Drafts', 'rf_save_draft_text', rf_save_draft_text);

NikosTsolakos 2016-06-17T06:38:00+00:00

let me see it my friend and i’ll fix it