Changeset 57312 for trunk/src/wp-includes/load.php
- Timestamp:
- 01/19/2024 05:37:05 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r56804 r57312 599 599 } 600 600 601 /* 602 * The 'REST_REQUEST' check here is optimistic as the constant is most 603 * likely not set at this point even if it is in fact a REST request. 604 */ 601 605 if ( defined( 'XMLRPC_REQUEST' ) || defined( 'REST_REQUEST' ) || defined( 'MS_FILES_REQUEST' ) 602 606 || ( defined( 'WP_INSTALLING' ) && WP_INSTALLING )
Note: See TracChangeset
for help on using the changeset viewer.