feed_links_extra_args

feed_links_extra_args

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('feed_links_extra_args') is found 1 times:

  • /wp-includes/general-template.php line 3200
    3196
    3197
    3198
    3199
    3200
    3201
    3202
    3203
    3204
    3205
    3206
    * @since 6.7.0
     *
     * @param array $args An array of extra feed links arguments.
     */
    $args = apply_filters( 'feed_links_extra_args', $args );
     
    if ( is_singular() ) {
        $id   = 0;
        $post = get_post( $id );
     
        /** This filter is documented in wp-includes/general-template.php */