• WordPress 5.5.3 giving a warning, after installing this plugin. wp_richedit_pre is deprecated since version 4.3.0! Use format_for_editor() instead.

Viewing 1 replies (of 1 total)
  • kender

    (@kender)

    File: /fields/class.field.wysiwyg.php
    Line: 138

    replace
    return wp_richedit_pre( $value );

    with this
    return format_for_editor( $value );

    wp_richedit_pre is deprecated as of WordPress version 4.3

Viewing 1 replies (of 1 total)
  • The topic ‘wp_richedit_pre is deprecated’ is closed to new replies.