Sergey Biryukov
1ce5dc7444
Code Modernization: Replace usage of strpos()
with str_contains()
.
...
`str_contains()` was introduced in PHP 8.0 to perform a case-sensitive check indicating if the string to search in (haystack) contains the given substring (needle).
WordPress core includes a polyfill for `str_contains()` on PHP < 8.0 as of WordPress 5.9.
This commit replaces `false !== strpos( ... )` with `str_contains()` in core files, making the code more readable and consistent, as well as better aligned with modern development practices.
Follow-up to [52039], [52040], [52326], [55703], [55710], [55987].
Props Soean, spacedmonkey, costdev, dingo_d, azaozz, mikeschroder, flixos90, peterwilsoncc, SergeyBiryukov.
Fixes #58206 .
Built from https://develop.svn.wordpress.org/trunk@55988
git-svn-id: http://core.svn.wordpress.org/trunk@55500 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-06-22 14:36:26 +00:00
..
2023-05-09 14:13:25 +00:00
2023-06-22 14:36:26 +00:00
2023-06-05 09:31:23 +00:00
2023-06-14 20:42:27 +00:00
2023-05-19 13:27:20 +00:00
2023-05-09 11:19:21 +00:00
2022-10-04 02:08:11 +00:00
2023-04-04 14:56:22 +00:00
2023-01-20 01:36:10 +00:00
2023-06-14 20:42:27 +00:00
2022-12-08 19:31:17 +00:00
2023-03-17 14:22:22 +00:00
2023-06-22 14:36:26 +00:00
2023-04-05 13:12:26 +00:00
2023-06-22 14:36:26 +00:00
2023-02-03 13:35:20 +00:00
2023-04-30 14:08:23 +00:00
2023-06-22 08:18:19 +00:00
2023-05-12 08:51:22 +00:00
2023-06-19 18:27:27 +00:00
2023-06-22 14:36:26 +00:00
2023-06-05 21:05:22 +00:00
2023-05-14 17:58:24 +00:00
2023-06-21 04:23:23 +00:00
2023-06-22 07:16:19 +00:00
2023-06-05 21:05:22 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-05-02 15:45:22 +00:00
2023-02-21 16:39:19 +00:00
2022-10-10 18:22:11 +00:00
2022-10-10 18:22:11 +00:00
2023-06-22 14:36:26 +00:00
2022-11-29 15:51:14 +00:00
2023-02-04 15:18:16 +00:00
2023-06-05 11:16:18 +00:00
2023-02-03 13:35:20 +00:00
2023-02-13 09:08:23 +00:00
2023-02-11 12:43:22 +00:00
2023-04-05 13:12:26 +00:00
2023-05-12 21:35:21 +00:00
2023-02-03 13:35:20 +00:00
2023-06-06 00:30:20 +00:00
2023-02-07 14:05:20 +00:00
2023-06-11 09:27:18 +00:00
2023-06-12 06:12:24 +00:00
2023-03-21 20:00:19 +00:00
2022-09-12 15:47:14 +00:00
2023-05-08 22:37:24 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2023-02-07 07:04:52 +00:00
2022-09-12 15:47:14 +00:00
2023-04-27 22:29:18 +00:00
2022-09-12 15:47:14 +00:00
2023-05-08 22:37:24 +00:00
2023-04-27 22:29:18 +00:00
2022-09-12 15:47:14 +00:00
2023-04-21 10:43:25 +00:00
2022-11-23 21:30:13 +00:00
2023-06-22 14:36:26 +00:00
2023-04-24 16:37:22 +00:00
2023-02-07 17:10:21 +00:00
2023-06-22 14:36:26 +00:00
2023-02-07 17:10:21 +00:00
2023-02-07 17:10:21 +00:00
2023-02-07 17:10:21 +00:00
2022-09-12 15:47:14 +00:00
2023-05-02 15:45:22 +00:00
2023-06-22 14:36:26 +00:00
2022-11-25 15:12:16 +00:00
2022-11-25 15:12:16 +00:00
2023-06-22 14:36:26 +00:00
2023-02-19 15:05:22 +00:00
2023-02-21 16:39:19 +00:00
2023-02-23 10:38:21 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2023-05-11 11:43:21 +00:00
2023-05-19 13:27:20 +00:00
2023-04-11 22:06:22 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2023-06-22 14:36:26 +00:00
2022-12-15 21:32:17 +00:00
2022-12-15 21:32:17 +00:00
2022-09-12 15:47:14 +00:00
2023-06-07 06:40:20 +00:00
2023-06-22 14:36:26 +00:00
2022-09-19 22:53:10 +00:00
2023-02-22 14:25:25 +00:00
2022-10-07 19:17:12 +00:00
2023-06-13 04:46:23 +00:00
2023-02-08 17:08:21 +00:00
2023-02-15 23:37:17 +00:00
2022-09-12 15:47:14 +00:00
2023-06-22 14:36:26 +00:00
2023-05-11 11:15:24 +00:00
2023-03-10 16:30:03 +00:00
2022-09-20 14:26:10 +00:00
2023-03-14 16:55:19 +00:00
2022-11-13 13:51:20 +00:00
2023-06-22 14:36:26 +00:00
2022-09-12 15:47:14 +00:00
2023-06-22 14:36:26 +00:00
2022-09-12 15:47:14 +00:00
2023-06-22 14:36:26 +00:00
2022-10-04 03:59:13 +00:00
2023-05-02 15:45:22 +00:00
2023-02-21 15:59:18 +00:00
2022-09-12 15:47:14 +00:00
2023-05-02 15:45:22 +00:00
2023-06-22 14:36:26 +00:00
2022-09-12 15:47:14 +00:00
2022-10-24 14:56:16 +00:00
2023-05-02 15:45:22 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2023-06-22 14:36:26 +00:00
2022-09-12 15:47:14 +00:00
2023-05-02 15:45:22 +00:00
2023-05-25 12:55:19 +00:00
2023-04-27 23:15:17 +00:00
2023-04-21 09:24:22 +00:00
2022-09-12 15:47:14 +00:00
2023-01-30 15:24:13 +00:00
2023-02-07 17:10:21 +00:00
2023-05-29 08:36:23 +00:00
2022-10-11 15:00:12 +00:00
2023-04-27 23:15:17 +00:00
2023-05-06 11:40:24 +00:00
2023-06-22 14:14:25 +00:00
2023-06-19 16:04:22 +00:00
2023-06-22 14:36:26 +00:00
2022-09-12 15:47:14 +00:00
2023-05-08 22:37:24 +00:00
2022-09-12 15:47:14 +00:00
2022-09-12 15:47:14 +00:00
2023-02-21 16:39:19 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2022-09-20 14:17:12 +00:00
2022-09-20 14:17:12 +00:00
2022-09-20 14:17:12 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-05-07 11:44:21 +00:00
2023-06-22 14:36:26 +00:00
2022-09-20 01:36:09 +00:00
2023-05-24 09:24:23 +00:00
2023-06-22 14:36:26 +00:00
2022-08-19 22:06:09 +00:00
2023-05-02 15:45:22 +00:00
2022-11-26 21:01:17 +00:00
2023-02-12 18:08:21 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-05-08 22:37:24 +00:00
2023-01-15 14:57:13 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-04-27 23:15:17 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-06-16 12:58:24 +00:00
2023-06-22 14:36:26 +00:00
2023-06-19 11:44:22 +00:00
2023-06-19 23:20:21 +00:00
2023-06-22 14:36:26 +00:00
2023-05-19 12:46:24 +00:00
2023-06-19 18:27:27 +00:00
2023-02-24 01:23:20 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-02-23 10:38:21 +00:00
2023-05-02 11:26:24 +00:00
2023-05-11 11:15:24 +00:00
2023-02-16 00:04:21 +00:00
2023-06-21 08:18:19 +00:00
2023-06-06 15:09:28 +00:00
2023-06-22 14:36:26 +00:00
2023-06-08 07:54:22 +00:00
2023-02-21 16:39:19 +00:00
2023-06-22 14:36:26 +00:00
2023-05-17 18:31:24 +00:00
2023-06-22 14:36:26 +00:00
2023-03-10 16:30:03 +00:00
2023-05-02 15:45:22 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-04-10 19:31:18 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-05-17 12:06:19 +00:00
2023-06-14 23:51:22 +00:00
2023-06-22 14:36:26 +00:00
2022-09-21 11:43:13 +00:00
2023-02-19 15:05:22 +00:00
2023-06-22 04:06:26 +00:00
2023-06-22 05:25:29 +00:00
2023-05-04 02:36:23 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-06-22 14:36:26 +00:00
2023-02-23 11:06:19 +00:00