Support

Account

Home Forums Backend Issues (wp-admin) Update to WP 5.9.1 breaks media selection Reply To: Update to WP 5.9.1 breaks media selection

  • @thorben Still get the same error when changing:
    $remove_path = '/wp/v2/posts/' . get_the_ID() . '?context=edit';
    to:
    $remove_path = '/wp/v2/pages/' . get_the_ID() . '?context=edit';