Changeset 59228 for trunk/src/wp-includes/sitemaps/class-wp-sitemaps.php
- Timestamp:
- 10/14/2024 08:47:34 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps.php
r55000 r59228 76 76 77 77 // Add additional action callbacks. 78 add_filter( 'pre_handle_404', array( $this, 'redirect_sitemapxml' ), 10, 2 );79 78 add_filter( 'robots_txt', array( $this, 'add_robots' ), 0, 2 ); 80 79 } … … 224 223 * 225 224 * @since 5.5.0 225 * @deprecated 6.7.0 Deprecated in favor of {@see WP_Rewrite::rewrite_rules()} 226 226 * 227 227 * @param bool $bypass Pass-through of the pre_handle_404 filter value.
Note: See TracChangeset
for help on using the changeset viewer.