comments_rewrite_rules

comments_rewrite_rules

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('comments_rewrite_rules') is found 1 times:

  • /wp-includes/class-wp-rewrite.php line 1362
    1358
    1359
    1360
    1361
    1362
    1363
    1364
    1365
    1366
    1367
    1368
    * @since 1.5.0
     *
     * @param string[] $comments_rewrite Array of rewrite rules for the site-wide comments feeds, keyed by their regex pattern.
     */
    $comments_rewrite = apply_filters( 'comments_rewrite_rules', $comments_rewrite );
     
    // Search rewrite rules.
    $search_structure = $this->get_search_permastruct();
    $search_rewrite   = $this->generate_rewrite_rules( $search_structure, EP_SEARCH );
     
    /**