Changeset 58430 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/18/2024 08:18:51 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r58409 r58430 3863 3863 if ( function_exists( 'wp_robots' ) && function_exists( 'wp_robots_no_robots' ) && function_exists( 'add_filter' ) ) { 3864 3864 add_filter( 'wp_robots', 'wp_robots_no_robots' ); 3865 // Prevent warnings because of $wp_query not existing. 3866 remove_filter( 'wp_robots', 'wp_robots_noindex_embeds' ); 3867 remove_filter( 'wp_robots', 'wp_robots_noindex_search' ); 3865 3868 wp_robots(); 3866 3869 }
Note: See TracChangeset
for help on using the changeset viewer.