Viewing 1 replies (of 1 total)
  • Moderator cubecolour

    (@numeeja)

    This can be fixed by making an edit to line 905 of widget.php in the plugin (v0.81)

    <option value="" '. selected( '', $instance['page_id'], false )
     .'>'. attribute_escape( __( 'Select page', 'gfwa' ) )
     .'</option>';

    change attribute_escape to esc_attr

Viewing 1 replies (of 1 total)
  • The topic ‘GFWA has a deprecated function’ is closed to new replies.