[wp-trac] [WordPress Trac] #62962: Comments feed

WordPress Trac noreply at wordpress.org
Fri Feb 14 12:45:38 UTC 2025


#62962: Comments feed
-------------------------------+------------------------------
 Reporter:  manbo              |       Owner:  (none)
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Feeds              |     Version:  6.7.2
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------

Comment (by manbo):

 A simple solution
 {{{#!php

 add_action( 'template_redirect', function() {
         if ( is_comment_feed() && esc_url_raw(
 site_url().$_SERVER['REQUEST_URI'] ) !== get_feed_link( 'comments_rss2' )
 ) {
                 wp_die( '', '', array( 'response' => 404 ) );
         }
 } );
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62962#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list