Conversation
supportWith “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
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