Out of date use of WP_Editor throwing error (deprecated)
-
in includes/admin.php in the function summary_editor, the id passed to wp_editor includes brackets. This is no longer allowed.
replace the line for versions 3.3 and greater with
wp_editor( $summary, 'wp_resume_options_summary', array( 'textarea_name' => 'wp_resume_options[summary]') );
- The topic ‘Out of date use of WP_Editor throwing error (deprecated)’ is closed to new replies.