Title: Staging release &#8211; 2024/02/06
Author: WordPress VIP Documentation
Published: February 6, 2024
Last modified: August 5, 2025

---

 1. [Changelog](https://docs.wpvip.com/changelog/)
 2. [VIP MU plugins [Staging]](https://docs.wpvip.com/changelog/vip-mu-plugins-staging/)
 3. Staging release – 2024/02/06

# Staging release – 2024/02/06

---

 06 February 2024

22:53:25 GMT+0000

 [ VIP MU plugins [Staging] ](https://docs.wpvip.com/changelog/vip-mu-plugins-staging/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-staging/staging-release-2024-02-06/)

---

### Functions Deprecated: wp_startswith, wp_endswith, and wp_in

We deprecated the helper functions `wp_startswith`, `wp_endswith` and `wp_in` in
favour of the PHP equivalents: `str_starts_with`, `str_ends_with`, and `str_contains`.

[https://github.com/Automattic/vip-go-mu-plugins/pull/5131](https://github.com/Automattic/vip-go-mu-plugins/pull/5131)